#425471

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

Shades of Chambray #425471

Tints of Chambray #425471

Color information

#425471 (or 0x425471) is unknown color: approx Chambray. HEX triplet: 42, 54 and 71. RGB value is (66,84,113). Sum of RGB (Red+Green+Blue) = 66+84+113=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #425471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425471 is #BDAB8E. Grayscale: #515151. Windows color (decimal): -12430223 or 7427138. OLE color: 7427138.

HSL color Cylindrical-coordinate representation of color #425471: hue angle of 217.02º 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 #425471 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6684113-
CMYK0.420.2600.56
HSL217.02º26.26%35.1%-
HSV(B)217.02º41.59%44.31%-
XYZ8.48.6916.86-
YUV81.92145.54116.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=25.10%
G=31.94%
B=42.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66841130.420.2600.56217.0226.2635.1
Hex4254712A1A038d91a23
Octal10212416152320703313243
Binary1000010101010011100011010101101001110001101100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425471; }

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

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

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

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

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

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

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

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