#425670

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

Shades of Chambray #425670

Tints of Chambray #425670

Color information

#425670 (or 0x425670) is unknown color: approx Chambray. HEX triplet: 42, 56 and 70. RGB value is (66,86,112). Sum of RGB (Red+Green+Blue) = 66+86+112=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #425670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425670 is #BDA98F. Grayscale: #525252. Windows color (decimal): -12429712 or 7362114. OLE color: 7362114.

HSL color Cylindrical-coordinate representation of color #425670: hue angle of 213.91º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #425670 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6686112-
CMYK0.410.2300.56
HSL213.91º25.84%34.9%-
HSV(B)213.91º41.07%43.92%-
XYZ8.58.9816.62-
YUV82.98144.37115.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=25%
G=32.58%
B=42.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66861120.410.2300.56213.9125.8434.9
Hex4256702917038d61a23
Octal10212616051270703263243
Binary1000010101011011100001010011011101110001101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425670; }

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

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

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

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

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

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

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

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