Html Css Color HEX #47939F Hippie Blue

📋 copy color: '#47939F'

red 71 ◦ green 147 ◦ blue 159

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

Shades of Hippie Blue #47939F

Tints of Hippie Blue #47939F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.99%

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

R = 18.83%
G = 38.99%
B = 42.18%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47939F (or 0x47939F) is known color: Hippie Blue. HEX triplet: 47, 93 and 9F. RGB value is (71,147,159). Sum of RGB (Red+Green+Blue) = 71+147+159=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #47939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47939F is #B86C60. Grayscale: #7D7D7D. Windows color (decimal): -12086369 or 10457927. OLE color: 10457927.

HSL color Cylindrical-coordinate representation of color #47939F: hue angle of 188.18º 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 #47939F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 147 159 -
CMYK 0.55 0.08 0 0.38
HSL 188.18º 0.38% 0.45% -
HSV(B) 188.18º 0.55% 0.62% -
XYZ 19.29 24.71 36.55 -
YUV 125.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 71 147 159 0.55 0.08 0 0.38 188.18 0.38 0.45
Hex 47 93 9F 37 8 0 26 BC 26 2D
Octal 107 223 237 67 10 0 46 274 46 55
Binary 1000111 10010011 10011111 110111 1000 0 100110 10111100 100110 101101

Color Harmonies of #47939F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47939F

Black with #47939F

Text Example


Text Example

White with #47939F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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