#464FAE

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

Shades of Rich Blue #464FAE

Tints of Rich Blue #464FAE

Color information

#464FAE (or 0x464FAE) is unknown color: approx Rich Blue. HEX triplet: 46, 4F and AE. RGB value is (70,79,174). Sum of RGB (Red+Green+Blue) = 70+79+174=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #464FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464FAE is #B9B051. Grayscale: #565656. Windows color (decimal): -12169298 or 11423558. OLE color: 11423558.

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

Color convert

RGB7079174-
CMYK0.600.5500.32
HSL234.81º42.62%47.84%-
HSV(B)234.81º59.77%68.24%-
XYZ12.969.9541.28-
YUV87.14177.02115.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 79 (31.25% from 255) = 24.46%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=21.67%
G=24.46%
B=53.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70791740.600.5500.32234.8142.6247.84
Hex464FAE3C37020eb2b30
Octal10611725674670403535360
Binary1000110100111110101110111100110111010000011101011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,174); }

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

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

 a { background-color: rgb(70,79,174); }

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

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

 span { border-color: rgb(70,79,174); }

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