#465579

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

Shades of Chambray #465579

Tints of Chambray #465579

Color information

#465579 (or 0x465579) is unknown color: approx Chambray. HEX triplet: 46, 55 and 79. RGB value is (70,85,121). Sum of RGB (Red+Green+Blue) = 70+85+121=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #465579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465579 is #B9AA86. Grayscale: #545454. Windows color (decimal): -12167815 or 7951686. OLE color: 7951686.

HSL color Cylindrical-coordinate representation of color #465579: hue angle of 222.35º 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 #465579 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7085121-
CMYK0.420.3000.53
HSL222.35º26.7%37.45%-
HSV(B)222.35º42.15%47.45%-
XYZ9.239.1819.37-
YUV84.62148.53117.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=25.36%
G=30.80%
B=43.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70851210.420.3000.53222.3526.737.45
Hex4655792A1E035de1b25
Octal10612517152360653363345
Binary1000110101010111110011010101111001101011101111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465579; }

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

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

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

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

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

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

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

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