#47939A

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

Shades of Blue Chill #47939A

Tints of Blue Chill #47939A

Color information

#47939A (or 0x47939A) is unknown color: approx Blue Chill. HEX triplet: 47, 93 and 9A. RGB value is (71,147,154). Sum of RGB (Red+Green+Blue) = 71+147+154=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #47939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47939A is #B86C65. Grayscale: #7C7C7C. Windows color (decimal): -12086374 or 10130247. OLE color: 10130247.

HSL color Cylindrical-coordinate representation of color #47939A: hue angle of 185.06º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47939A is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71147154-
CMYK0.540.0500.40
HSL185.06º36.89%44.12%-
HSV(B)185.06º53.9%60.39%-
XYZ18.8624.5434.31-
YUV125.07144.3289.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=19.09%
G=39.52%
B=41.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711471540.540.0500.40185.0636.8944.12
Hex47939A365028b9252c
Octal1072232326650502714554
Binary10001111001001110011010110110101010100010111001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47939A; }

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

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

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

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

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

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

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

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