#464CAF

Color #464CAF Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #464CAF

Tints of Rich Blue #464CAF

Color information

#464CAF (or 0x464CAF) is unknown color: approx Rich Blue. HEX triplet: 46, 4C and AF. RGB value is (70,76,175). Sum of RGB (Red+Green+Blue) = 70+76+175=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #464CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CAF is #B9B350. Grayscale: #555555. Windows color (decimal): -12170065 or 11488326. OLE color: 11488326.

HSL color Cylindrical-coordinate representation of color #464CAF: hue angle of 236.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464CAF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7076175-
CMYK0.600.5700.31
HSL236.57º42.86%48.04%-
HSV(B)236.57º60%68.63%-
XYZ12.859.5741.73-
YUV85.49178.51116.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=21.81%
G=23.68%
B=54.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70761750.600.5700.31236.5742.8648.04
Hex464CAF3C3901Fed2b30
Octal10611425774710373555360
Binary100011010011001010111111110011100101111111101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464CAF; }

 p { color: rgb(70,76,175); }

 H1.HeaderClassName
 {
   color: #464CAF;
 }
 .AnyTagClassName
 {
   color: #464CAF;
 }
</style>
background-color css

<style>
 a { background-color: #464CAF; }

 a { background-color: rgb(70,76,175); }

 div.DivClassName
 {
   background-color: #464CAF;
 }
 .BgClassName
 {
   background-color: #464CAF;
 }
</style>
border-color css

<style>
 span { border-color: #464CAF; }

 span { border-color: rgb(70,76,175); }

 td.TdClassName
 {
   border-color: #464CAF;
 }
 .TagClassName
 {
   border-color: #464CAF;
 }
</style>