#425971

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

Shades of Chambray #425971

Tints of Chambray #425971

Color information

#425971 (or 0x425971) is unknown color: approx Chambray. HEX triplet: 42, 59 and 71. RGB value is (66,89,113). Sum of RGB (Red+Green+Blue) = 66+89+113=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #425971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425971 is #BDA68E. Grayscale: #545454. Windows color (decimal): -12428943 or 7428418. OLE color: 7428418.

HSL color Cylindrical-coordinate representation of color #425971: hue angle of 210.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425971 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6689113-
CMYK0.420.2100.56
HSL210.64º26.26%35.1%-
HSV(B)210.64º41.59%44.31%-
XYZ8.89.516.99-
YUV84.86143.88114.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=24.63%
G=33.21%
B=42.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66891130.420.2100.56210.6426.2635.1
Hex4259712A15038d31a23
Octal10213116152250703233243
Binary1000010101100111100011010101010101110001101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425971; }

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

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

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

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

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

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

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

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