#47607B

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

Shades of Chambray #47607B

Tints of Chambray #47607B

Color information

#47607B (or 0x47607B) is unknown color: approx Chambray. HEX triplet: 47, 60 and 7B. RGB value is (71,96,123). Sum of RGB (Red+Green+Blue) = 71+96+123=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #47607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47607B is #B89F84. Grayscale: #5B5B5B. Windows color (decimal): -12099461 or 8085575. OLE color: 8085575.

HSL color Cylindrical-coordinate representation of color #47607B: hue angle of 211.15º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47607B is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7196123-
CMYK0.420.2200.52
HSL211.15º26.8%38.04%-
HSV(B)211.15º42.28%48.24%-
XYZ10.3611.1420.34-
YUV91.6145.72113.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=24.48%
G=33.10%
B=42.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71961230.420.2200.52211.1526.838.04
Hex47607B2A16034d31b26
Octal10714017352260643233346
Binary1000111110000011110111010101011001101001101001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47607B; }

 p { color: rgb(71,96,123); }

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

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

 a { background-color: rgb(71,96,123); }

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

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

 span { border-color: rgb(71,96,123); }

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