#465674

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

Shades of Chambray #465674

Tints of Chambray #465674

Color information

#465674 (or 0x465674) is unknown color: approx Chambray. HEX triplet: 46, 56 and 74. RGB value is (70,86,116). Sum of RGB (Red+Green+Blue) = 70+86+116=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #465674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465674 is #B9A98B. Grayscale: #545454. Windows color (decimal): -12167564 or 7624262. OLE color: 7624262.

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

Color convert

RGB7086116-
CMYK0.400.2600.55
HSL219.13º24.73%36.47%-
HSV(B)219.13º39.66%45.49%-
XYZ9.019.2217.83-
YUV84.64145.7117.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=25.74%
G=31.62%
B=42.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70861160.400.2600.55219.1324.7336.47
Hex465674281A037db1924
Octal10612616450320673333144
Binary1000110101011011101001010001101001101111101101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465674; }

 p { color: rgb(70,86,116); }

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

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

 a { background-color: rgb(70,86,116); }

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

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

 span { border-color: rgb(70,86,116); }

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