#465572

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

Shades of Chambray #465572

Tints of Chambray #465572

Color information

#465572 (or 0x465572) is unknown color: approx Chambray. HEX triplet: 46, 55 and 72. RGB value is (70,85,114). Sum of RGB (Red+Green+Blue) = 70+85+114=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #465572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465572 is #B9AA8D. Grayscale: #535353. Windows color (decimal): -12167822 or 7492934. OLE color: 7492934.

HSL color Cylindrical-coordinate representation of color #465572: hue angle of 219.55º 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 #465572 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7085114-
CMYK0.390.2500.55
HSL219.55º23.91%36.08%-
HSV(B)219.55º38.6%44.71%-
XYZ8.819.0117.2-
YUV83.82145.03118.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=26.02%
G=31.60%
B=42.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70851140.390.2500.55219.5523.9136.08
Hex4655722719037dc1824
Octal10612516247310673343044
Binary1000110101010111100101001111100101101111101110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465572; }

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

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

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

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

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

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

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

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