#425B75

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

Shades of Chambray #425B75

Tints of Chambray #425B75

Color information

#425B75 (or 0x425B75) is unknown color: approx Chambray. HEX triplet: 42, 5B and 75. RGB value is (66,91,117). Sum of RGB (Red+Green+Blue) = 66+91+117=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #425B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B75 is #BDA48A. Grayscale: #565656. Windows color (decimal): -12428427 or 7691074. OLE color: 7691074.

HSL color Cylindrical-coordinate representation of color #425B75: hue angle of 210.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425B75 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6691117-
CMYK0.440.2200.54
HSL210.59º27.87%35.88%-
HSV(B)210.59º43.59%45.88%-
XYZ9.29.9218.26-
YUV86.49145.22113.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=24.09%
G=33.21%
B=42.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66911170.440.2200.54210.5927.8735.88
Hex425B752C16036d31c24
Octal10213316554260663233444
Binary1000010101101111101011011001011001101101101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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