Color Hex Logo

#4665da Color Hex

#4665DA
(70,101,218)
0 Favorites   0 Comments

Color spaces of #4665da

RGB 70101218
HSL0.630.670.56
HSV227°68°85°
CMYK 0.680.540.00   0.15
XYZ19.834415.671468.3092
Yxy15.67140.19110.1510
Hunter Lab39.587120.1567-74.5963
CIE-Lab46.540427.0014-63.3846

#4665da color RGB value is (70,101,218).

#4665da hex color red value is 70, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4665da hue: 0.63 , saturation: 0.67 and the lightness value of 4665da is 0.56.

The process color (four color CMYK) of #4665da color hex is 0.68, 0.54, 0.00, 0.15. Web safe color of #4665da is #3366cc. Color #4665da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100101 11011010
Octal 106 145 332
Decimal 70 101 218
Hex 46 65 DA

RGB Percentages of Color #4665da

%17.99
%25.96
%56.04

CMYK Percentages of Color #4665da

%68
%54
%0
%15

Triadic Colors of #4665da

#4665da #da4665 #65da46

Analogous Colors of #4665da

#4665da #7146da #46afda

Monochromatic Colors of #4665da

#4665da

Complementary Color

#4665da #dabb46

#4665da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4665da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4665da Color CSS Codes

.mybgcolor {background-color:#4665da; } 
.myforecolor {color:#4665da; }
.mybordercolor {border:3px solid #4665da; }

#4665da Text Font Color

<p style="color:#4665da">Text here</p>

This sample text font color is #4665da
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4665da Background Color

<div style="background-color:#4665da">
Div content here</div>

This div background color is #4665da


#4665da Border Color

<div style="border:3px solid #4665da">
Div here</div>

This div border color is #4665da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,101,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4665da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4665da;
  -webkit-box-shadow: 1px 1px 3px 2px #4665da;
  box-shadow:         1px 1px 3px 2px #4665da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,101,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4665da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4665da;
  -webkit-box-shadow: 1px 1px 3px 2px #4665da;
  box-shadow:         1px 1px 3px 2px #4665da;">
Div content here</div>

This div box has shadow with color #4665da


Comments

No comments written yet.

Please login to write comment.