#425B72

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

Shades of Chambray #425B72

Tints of Chambray #425B72

Color information

#425B72 (or 0x425B72) is unknown color: approx Chambray. HEX triplet: 42, 5B and 72. RGB value is (66,91,114). Sum of RGB (Red+Green+Blue) = 66+91+114=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #425B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B72 is #BDA48D. Grayscale: #565656. Windows color (decimal): -12428430 or 7494466. OLE color: 7494466.

HSL color Cylindrical-coordinate representation of color #425B72: hue angle of 208.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425B72 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6691114-
CMYK0.420.2000.55
HSL208.75º26.67%35.29%-
HSV(B)208.75º42.11%44.71%-
XYZ9.039.8617.35-
YUV86.15143.72113.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=24.35%
G=33.58%
B=42.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66911140.420.2000.55208.7526.6735.29
Hex425B722A14037d11b23
Octal10213316252240673213343
Binary1000010101101111100101010101010001101111101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B72; }

 p { color: rgb(66,91,114); }

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

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

 a { background-color: rgb(66,91,114); }

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

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

 span { border-color: rgb(66,91,114); }

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