#425978

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

Shades of Chambray #425978

Tints of Chambray #425978

Color information

#425978 (or 0x425978) is unknown color: approx Chambray. HEX triplet: 42, 59 and 78. RGB value is (66,89,120). Sum of RGB (Red+Green+Blue) = 66+89+120=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #425978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425978 is #BDA687. Grayscale: #555555. Windows color (decimal): -12428936 or 7887170. OLE color: 7887170.

HSL color Cylindrical-coordinate representation of color #425978: hue angle of 214.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425978 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6689120-
CMYK0.450.2600.53
HSL214.44º29.03%36.47%-
HSV(B)214.44º45%47.06%-
XYZ9.219.6619.15-
YUV85.66147.38113.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=24%
G=32.36%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66891200.450.2600.53214.4429.0336.47
Hex4259782D1A035d61d24
Octal10213117055320653263544
Binary1000010101100111110001011011101001101011101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425978; }

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

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

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

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

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

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

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

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