#425475

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

Shades of Chambray #425475

Tints of Chambray #425475

Color information

#425475 (or 0x425475) is unknown color: approx Chambray. HEX triplet: 42, 54 and 75. RGB value is (66,84,117). Sum of RGB (Red+Green+Blue) = 66+84+117=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #425475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425475 is #BDAB8A. Grayscale: #525252. Windows color (decimal): -12430219 or 7689282. OLE color: 7689282.

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

Color convert

RGB6684117-
CMYK0.440.2800.54
HSL218.82º27.87%35.88%-
HSV(B)218.82º43.59%45.88%-
XYZ8.638.7818.07-
YUV82.38147.54116.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=24.72%
G=31.46%
B=43.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66841170.440.2800.54218.8227.8735.88
Hex4254752C1C036db1c24
Octal10212416554340663333444
Binary1000010101010011101011011001110001101101101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425475; }

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

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

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

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

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

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

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

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