#475681

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

Shades of Chambray #475681

Tints of Chambray #475681

Color information

#475681 (or 0x475681) is unknown color: approx Chambray. HEX triplet: 47, 56 and 81. RGB value is (71,86,129). Sum of RGB (Red+Green+Blue) = 71+86+129=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #475681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475681 is #B8A97E. Grayscale: #565656. Windows color (decimal): -12102015 or 8476231. OLE color: 8476231.

HSL color Cylindrical-coordinate representation of color #475681: hue angle of 224.48º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475681 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7186129-
CMYK0.450.3300.49
HSL224.48º29%39.22%-
HSV(B)224.48º44.96%50.59%-
XYZ9.899.5822.1-
YUV86.42152.03117-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=24.83%
G=30.07%
B=45.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71861290.450.3300.49224.482939.22
Hex4756812D21031e01d27
Octal10712620155410613403547
Binary100011110101101000000110110110000101100011110000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475681; }

 p { color: rgb(71,86,129); }

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

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

 a { background-color: rgb(71,86,129); }

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

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

 span { border-color: rgb(71,86,129); }

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