Color Hex Logo

#465cca Color Hex

#465CCA
(70,92,202)
0 Favorites   0 Comments

Color spaces of #465cca

RGB 7092202
HSL0.640.550.53
HSV230°65°79°
CMYK 0.650.540.00   0.21
XYZ17.013613.220757.5322
Yxy13.22070.19390.1506
Hunter Lab36.360319.8927-68.3613
CIE-Lab43.093927.0729-59.8029

#465cca color RGB value is (70,92,202).

#465cca hex color red value is 70, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #465cca hue: 0.64 , saturation: 0.55 and the lightness value of 465cca is 0.53.

The process color (four color CMYK) of #465cca color hex is 0.65, 0.54, 0.00, 0.21. Web safe color of #465cca is #3366cc. Color #465cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011100 11001010
Octal 106 134 312
Decimal 70 92 202
Hex 46 5C CA

RGB Percentages of Color #465cca

%19.23
%25.27
%55.49

CMYK Percentages of Color #465cca

%65
%54
%0
%21

Triadic Colors of #465cca

#465cca #ca465c #5cca46

Analogous Colors of #465cca

#465cca #7246ca #469eca

Monochromatic Colors of #465cca

#465cca

Complementary Color

#465cca #cab446

#465cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#465cca Color CSS Codes

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

#465cca Text Font Color

<p style="color:#465cca">Text here</p>

This sample text font color is #465cca
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.


#465cca Background Color

<div style="background-color:#465cca">
Div content here</div>

This div background color is #465cca


#465cca Border Color

<div style="border:3px solid #465cca">
Div here</div>

This div border color is #465cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,92,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465cca;
  -webkit-box-shadow: 1px 1px 3px 2px #465cca;
  box-shadow:         1px 1px 3px 2px #465cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465cca


Comments

No comments written yet.

Please login to write comment.