#465E78

Color #465E78 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #465E78

Tints of Chambray #465E78

Color information

#465E78 (or 0x465E78) is unknown color: approx Chambray. HEX triplet: 46, 5E and 78. RGB value is (70,94,120). Sum of RGB (Red+Green+Blue) = 70+94+120=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #465E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E78 is #B9A187. Grayscale: #595959. Windows color (decimal): -12165512 or 7888454. OLE color: 7888454.

HSL color Cylindrical-coordinate representation of color #465E78: hue angle of 211.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #465E78 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7094120-
CMYK0.420.2200.53
HSL211.2º26.32%37.25%-
HSV(B)211.2º41.67%47.06%-
XYZ9.9210.6619.3-
YUV89.79145.05113.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 94 (37.11% from 255) = 33.10%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=24.65%
G=33.10%
B=42.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70941200.420.2200.53211.226.3237.25
Hex465E782A16035d31a25
Octal10613617052260653233245
Binary1000110101111011110001010101011001101011101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465E78; }

 p { color: rgb(70,94,120); }

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

<style>
 a { background-color: #465E78; }

 a { background-color: rgb(70,94,120); }

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

<style>
 span { border-color: #465E78; }

 span { border-color: rgb(70,94,120); }

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