#425977

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

Shades of Chambray #425977

Tints of Chambray #425977

Color information

#425977 (or 0x425977) is unknown color: approx Chambray. HEX triplet: 42, 59 and 77. RGB value is (66,89,119). Sum of RGB (Red+Green+Blue) = 66+89+119=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #425977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425977 is #BDA688. Grayscale: #555555. Windows color (decimal): -12428937 or 7821634. OLE color: 7821634.

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

Color convert

RGB6689119-
CMYK0.450.2500.53
HSL213.96º28.65%36.27%-
HSV(B)213.96º44.54%46.67%-
XYZ9.159.6318.83-
YUV85.54146.88114.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=24.09%
G=32.48%
B=43.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66891190.450.2500.53213.9628.6536.27
Hex4259772D19035d61d24
Octal10213116755310653263544
Binary1000010101100111101111011011100101101011101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425977; }

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

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

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

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

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

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

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

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