#425678

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

Shades of Chambray #425678

Tints of Chambray #425678

Color information

#425678 (or 0x425678) is unknown color: approx Chambray. HEX triplet: 42, 56 and 78. RGB value is (66,86,120). Sum of RGB (Red+Green+Blue) = 66+86+120=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #425678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425678 is #BDA987. Grayscale: #535353. Windows color (decimal): -12429704 or 7886402. OLE color: 7886402.

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

Color convert

RGB6686120-
CMYK0.450.2800.53
HSL217.78º29.03%36.47%-
HSV(B)217.78º45%47.06%-
XYZ8.969.1719.07-
YUV83.9148.37115.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=24.26%
G=31.62%
B=44.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66861200.450.2800.53217.7829.0336.47
Hex4256782D1C035da1d24
Octal10212617055340653323544
Binary1000010101011011110001011011110001101011101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425678; }

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

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

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

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

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

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

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

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