#464EAE

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

Shades of Rich Blue #464EAE

Tints of Rich Blue #464EAE

Color information

#464EAE (or 0x464EAE) is unknown color: approx Rich Blue. HEX triplet: 46, 4E and AE. RGB value is (70,78,174). Sum of RGB (Red+Green+Blue) = 70+78+174=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #464EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EAE is #B9B151. Grayscale: #565656. Windows color (decimal): -12169554 or 11423302. OLE color: 11423302.

HSL color Cylindrical-coordinate representation of color #464EAE: hue angle of 235.38º 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 #464EAE is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7078174-
CMYK0.600.5500.32
HSL235.38º42.62%47.84%-
HSV(B)235.38º59.77%68.24%-
XYZ12.899.8141.26-
YUV86.55177.35116.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=21.74%
G=24.22%
B=54.04%

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
Decimal70781740.600.5500.32235.3842.6247.84
Hex464EAE3C37020eb2b30
Octal10611625674670403535360
Binary1000110100111010101110111100110111010000011101011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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