#465879

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

Shades of Chambray #465879

Tints of Chambray #465879

Color information

#465879 (or 0x465879) is unknown color: approx Chambray. HEX triplet: 46, 58 and 79. RGB value is (70,88,121). Sum of RGB (Red+Green+Blue) = 70+88+121=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #465879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465879 is #B9A786. Grayscale: #565656. Windows color (decimal): -12167047 or 7952454. OLE color: 7952454.

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

Color convert

RGB7088121-
CMYK0.420.2700.53
HSL218.82º26.7%37.45%-
HSV(B)218.82º42.15%47.45%-
XYZ9.479.6619.46-
YUV86.38147.54116.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=25.09%
G=31.54%
B=43.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70881210.420.2700.53218.8226.737.45
Hex4658792A1B035db1b25
Octal10613017152330653333345
Binary1000110101100011110011010101101101101011101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465879; }

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

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

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

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

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

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

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

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