#47A298

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

Shades of Blue Chill #47A298

Tints of Blue Chill #47A298

Color information

#47A298 (or 0x47A298) is unknown color: approx Blue Chill. HEX triplet: 47, A2 and 98. RGB value is (71,162,152). Sum of RGB (Red+Green+Blue) = 71+162+152=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #47A298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A298 is #B85D67. Grayscale: #858585. Windows color (decimal): -12082536 or 10003015. OLE color: 10003015.

HSL color Cylindrical-coordinate representation of color #47A298: hue angle of 173.41º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A298 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB71162152-
CMYK0.5600.060.36
HSL173.41º39.06%45.69%-
HSV(B)173.41º56.17%63.53%-
XYZ21.1929.4534.27-
YUV133.65138.3583.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=18.44%
G=42.08%
B=39.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711621520.5600.060.36173.4139.0645.69
Hex47A298380624ad272e
Octal1072422307006442554756
Binary10001111010001010011000111000011010010010101101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47A298; }

 p { color: rgb(71,162,152); }

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

<style>
 a { background-color: #47A298; }

 a { background-color: rgb(71,162,152); }

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

<style>
 span { border-color: #47A298; }

 span { border-color: rgb(71,162,152); }

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