#47928D

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

Shades of Blue Chill #47928D

Tints of Blue Chill #47928D

Color information

#47928D (or 0x47928D) is unknown color: approx Blue Chill. HEX triplet: 47, 92 and 8D. RGB value is (71,146,141). Sum of RGB (Red+Green+Blue) = 71+146+141=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #47928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47928D is #B86D72. Grayscale: #7A7A7A. Windows color (decimal): -12086643 or 9278023. OLE color: 9278023.

HSL color Cylindrical-coordinate representation of color #47928D: hue angle of 176º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47928D is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB71146141-
CMYK0.5100.030.43
HSL176º34.56%42.55%-
HSV(B)176º51.37%57.25%-
XYZ17.6923.8228.87-
YUV123138.1590.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.83%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=19.83%
G=40.78%
B=39.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461410.5100.030.4317634.5642.55
Hex47928D33032Bb0232b
Octal1072222156303532604353
Binary1000111100100101000110111001101110101110110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47928D; }

 p { color: rgb(71,146,141); }

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

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

 a { background-color: rgb(71,146,141); }

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

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

 span { border-color: rgb(71,146,141); }

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