Html Css Color HEX #47989F Blue Chill

📋 copy color: '#47989F'

red 71 ◦ green 152 ◦ blue 159

#47989F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #47989F

Tints of Blue Chill #47989F

RGB

 RED value IS 71 (28.13% from 255) = 18.59%

 GREEN value IS 152 (59.77% from 255) = 39.79%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 18.59%
G = 39.79%
B = 41.62%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47989F (or 0x47989F) is known color: Blue Chill. HEX triplet: 47, 98 and 9F. RGB value is (71,152,159). Sum of RGB (Red+Green+Blue) = 71+152+159=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #47989F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47989F is #B86760. Grayscale: #808080. Windows color (decimal): -12085089 or 10459207. OLE color: 10459207.

HSL color Cylindrical-coordinate representation of color #47989F: hue angle of 184.77º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47989F is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 152 159 -
CMYK 0.55 0.04 0 0.38
HSL 184.77º 0.38% 0.45% -
HSV(B) 184.77º 0.55% 0.62% -
XYZ 20.08 26.3 36.82 -
YUV 128.58 145.16 86.93 -
System Red Green Blue C M Y K H S L
Decimal 71 152 159 0.55 0.04 0 0.38 184.77 0.38 0.45
Hex 47 98 9F 37 4 0 26 B9 26 2D
Octal 107 230 237 67 4 0 46 271 46 55
Binary 1000111 10011000 10011111 110111 100 0 100110 10111001 100110 101101

Color Harmonies of #47989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47989F

Black with #47989F

Text Example


Text Example

White with #47989F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47989F; }

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

 H1.HeaderClassName
 {
   color: #47989F;
 }
 .AnyTagClassName
 {
   color: #47989F;
 }
</style>

background-color css

<style>
 a { background-color: #47989F; }

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

 div.DivClassName
 {
   background-color: #47989F;
 }
 .BgClassName
 {
   background-color: #47989F;
 }
</style>

border-color css

<style>
 span { border-color: #47989F; }

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

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