Html Css Color HEX #47949E Hippie Blue

📋 copy color: '#47949E'

red 71 ◦ green 148 ◦ blue 158

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

Shades of Hippie Blue #47949E

Tints of Hippie Blue #47949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 18.83%
G = 39.26%
B = 41.91%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47949E (or 0x47949E) is known color: Hippie Blue. HEX triplet: 47, 94 and 9E. RGB value is (71,148,158). Sum of RGB (Red+Green+Blue) = 71+148+158=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #47949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47949E is #B86B61. Grayscale: #7D7D7D. Windows color (decimal): -12086114 or 10392647. OLE color: 10392647.

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

Color convert

RGB 71 148 158 -
CMYK 0.55 0.06 0 0.38
HSL 186.9º 0.38% 0.45% -
HSV(B) 186.9º 0.55% 0.62% -
XYZ 19.36 24.99 36.15 -
YUV 126.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 71 148 158 0.55 0.06 0 0.38 186.9 0.38 0.45
Hex 47 94 9E 37 6 0 26 BB 26 2D
Octal 107 224 236 67 6 0 46 273 46 55
Binary 1000111 10010100 10011110 110111 110 0 100110 10111011 100110 101101

Color Harmonies of #47949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47949E

Black with #47949E

Text Example


Text Example

White with #47949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47949E; }

 p { color: rgb(71,148,158); }

 H1.HeaderClassName
 {
   color: #47949E;
 }
 .AnyTagClassName
 {
   color: #47949E;
 }
</style>

background-color css

<style>
 a { background-color: #47949E; }

 a { background-color: rgb(71,148,158); }

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

border-color css

<style>
 span { border-color: #47949E; }

 span { border-color: rgb(71,148,158); }

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