#425676

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

Shades of Chambray #425676

Tints of Chambray #425676

Color information

#425676 (or 0x425676) is unknown color: approx Chambray. HEX triplet: 42, 56 and 76. RGB value is (66,86,118). Sum of RGB (Red+Green+Blue) = 66+86+118=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #425676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425676 is #BDA989. Grayscale: #535353. Windows color (decimal): -12429706 or 7755330. OLE color: 7755330.

HSL color Cylindrical-coordinate representation of color #425676: hue angle of 216.92º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425676 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6686118-
CMYK0.440.2700.54
HSL216.92º28.26%36.08%-
HSV(B)216.92º44.07%46.27%-
XYZ8.849.1218.43-
YUV83.67147.37115.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=24.44%
G=31.85%
B=43.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66861180.440.2700.54216.9228.2636.08
Hex4256762C1B036d91c24
Octal10212616654330663313444
Binary1000010101011011101101011001101101101101101100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425676; }

 p { color: rgb(66,86,118); }

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

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

 a { background-color: rgb(66,86,118); }

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

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

 span { border-color: rgb(66,86,118); }

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