#425976

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

Shades of Chambray #425976

Tints of Chambray #425976

Color information

#425976 (or 0x425976) is unknown color: approx Chambray. HEX triplet: 42, 59 and 76. RGB value is (66,89,118). Sum of RGB (Red+Green+Blue) = 66+89+118=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #425976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425976 is #BDA689. Grayscale: #555555. Windows color (decimal): -12428938 or 7756098. OLE color: 7756098.

HSL color Cylindrical-coordinate representation of color #425976: hue angle of 213.46º 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 #425976 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6689118-
CMYK0.440.2500.54
HSL213.46º28.26%36.08%-
HSV(B)213.46º44.07%46.27%-
XYZ9.099.6118.52-
YUV85.43146.38114.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=24.18%
G=32.60%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66891180.440.2500.54213.4628.2636.08
Hex4259762C19036d51c24
Octal10213116654310663253444
Binary1000010101100111101101011001100101101101101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425976; }

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

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

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

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

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

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

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

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