#47938E

Color #47938E Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #47938E

Tints of Blue Chill #47938E

Color information

#47938E (or 0x47938E) is unknown color: approx Blue Chill. HEX triplet: 47, 93 and 8E. RGB value is (71,147,142). Sum of RGB (Red+Green+Blue) = 71+147+142=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #47938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47938E is #B86C71. Grayscale: #7B7B7B. Windows color (decimal): -12086386 or 9343815. OLE color: 9343815.

HSL color Cylindrical-coordinate representation of color #47938E: hue angle of 176.05º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47938E is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB71147142-
CMYK0.5200.030.42
HSL176.05º34.86%42.75%-
HSV(B)176.05º51.7%57.65%-
XYZ17.9124.1629.31-
YUV123.71138.3290.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=19.72%
G=40.83%
B=39.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471420.5200.030.42176.0534.8642.75
Hex47938E34032Ab0232b
Octal1072232166403522604353
Binary1000111100100111000111011010001110101010110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47938E; }

 p { color: rgb(71,147,142); }

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

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

 a { background-color: rgb(71,147,142); }

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

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

 span { border-color: rgb(71,147,142); }

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