#425679

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

Shades of Chambray #425679

Tints of Chambray #425679

Color information

#425679 (or 0x425679) is unknown color: approx Chambray. HEX triplet: 42, 56 and 79. RGB value is (66,86,121). Sum of RGB (Red+Green+Blue) = 66+86+121=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #425679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425679 is #BDA986. Grayscale: #535353. Windows color (decimal): -12429703 or 7951938. OLE color: 7951938.

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

Color convert

RGB6686121-
CMYK0.450.2900.53
HSL218.18º29.41%36.67%-
HSV(B)218.18º45.45%47.45%-
XYZ9.039.1919.39-
YUV84.01148.87115.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=24.18%
G=31.50%
B=44.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66861210.450.2900.53218.1829.4136.67
Hex4256792D1D035da1d25
Octal10212617155350653323545
Binary1000010101011011110011011011110101101011101101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425679; }

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

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

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

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

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

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

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

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