#47948E

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

Shades of Blue Chill #47948E

Tints of Blue Chill #47948E

Color information

#47948E (or 0x47948E) is unknown color: approx Blue Chill. HEX triplet: 47, 94 and 8E. RGB value is (71,148,142). Sum of RGB (Red+Green+Blue) = 71+148+142=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #47948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47948E is #B86B71. Grayscale: #7C7C7C. Windows color (decimal): -12086130 or 9344071. OLE color: 9344071.

HSL color Cylindrical-coordinate representation of color #47948E: hue angle of 175.32º 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 #47948E is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB71148142-
CMYK0.5200.040.42
HSL175.32º35.16%42.94%-
HSV(B)175.32º52.03%58.04%-
XYZ18.0724.4729.36-
YUV124.29137.9989.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=19.67%
G=41.00%
B=39.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481420.5200.040.42175.3235.1642.94
Hex47948E34042Aaf232b
Octal1072242166404522574353
Binary10001111001010010001110110100010010101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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