#465E79

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

Shades of Chambray #465E79

Tints of Chambray #465E79

Color information

#465E79 (or 0x465E79) is unknown color: approx Chambray. HEX triplet: 46, 5E and 79. RGB value is (70,94,121). Sum of RGB (Red+Green+Blue) = 70+94+121=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #465E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465E79 is #B9A186. Grayscale: #595959. Windows color (decimal): -12165511 or 7953990. OLE color: 7953990.

HSL color Cylindrical-coordinate representation of color #465E79: hue angle of 211.76º degrees, saturation: 0.27, 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 #465E79 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7094121-
CMYK0.420.2200.53
HSL211.76º26.7%37.45%-
HSV(B)211.76º42.15%47.45%-
XYZ9.9810.6919.63-
YUV89.9145.55113.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=24.56%
G=32.98%
B=42.46%

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
Decimal70941210.420.2200.53211.7626.737.45
Hex465E792A16035d41b25
Octal10613617152260653243345
Binary1000110101111011110011010101011001101011101010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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