#465772

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

Shades of Chambray #465772

Tints of Chambray #465772

Color information

#465772 (or 0x465772) is unknown color: approx Chambray. HEX triplet: 46, 57 and 72. RGB value is (70,87,114). Sum of RGB (Red+Green+Blue) = 70+87+114=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #465772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465772 is #B9A88D. Grayscale: #545454. Windows color (decimal): -12167310 or 7493446. OLE color: 7493446.

HSL color Cylindrical-coordinate representation of color #465772: hue angle of 216.82º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465772 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7087114-
CMYK0.390.2400.55
HSL216.82º23.91%36.08%-
HSV(B)216.82º38.6%44.71%-
XYZ8.979.3317.25-
YUV84.99144.37117.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=25.83%
G=32.10%
B=42.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70871140.390.2400.55216.8223.9136.08
Hex4657722718037d91824
Octal10612716247300673313044
Binary1000110101011111100101001111100001101111101100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465772; }

 p { color: rgb(70,87,114); }

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

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

 a { background-color: rgb(70,87,114); }

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

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

 span { border-color: rgb(70,87,114); }

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