#425B73

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

Shades of Chambray #425B73

Tints of Chambray #425B73

Color information

#425B73 (or 0x425B73) is unknown color: approx Chambray. HEX triplet: 42, 5B and 73. RGB value is (66,91,115). Sum of RGB (Red+Green+Blue) = 66+91+115=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #425B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B73 is #BDA48C. Grayscale: #565656. Windows color (decimal): -12428429 or 7560002. OLE color: 7560002.

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

Color convert

RGB6691115-
CMYK0.430.2100.55
HSL209.39º27.07%35.49%-
HSV(B)209.39º42.61%45.1%-
XYZ9.089.8817.65-
YUV86.26144.22113.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=24.26%
G=33.46%
B=42.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66911150.430.2100.55209.3927.0735.49
Hex425B732B15037d11b23
Octal10213316353250673213343
Binary1000010101101111100111010111010101101111101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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