Html Css Color HEX #47959E Hippie Blue

📋 copy color: '#47959E'

red 71 ◦ green 149 ◦ blue 158

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

Shades of Hippie Blue #47959E

Tints of Hippie Blue #47959E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 18.78%
G = 39.42%
B = 41.8%

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

#47959E (or 0x47959E) is known color: Hippie Blue. HEX triplet: 47, 95 and 9E. RGB value is (71,149,158). Sum of RGB (Red+Green+Blue) = 71+149+158=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #47959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47959E is #B86A61. Grayscale: #7E7E7E. Windows color (decimal): -12085858 or 10392903. OLE color: 10392903.

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

Color convert

RGB 71 149 158 -
CMYK 0.55 0.06 0 0.38
HSL 186.21º 0.38% 0.45% -
HSV(B) 186.21º 0.55% 0.62% -
XYZ 19.52 25.3 36.2 -
YUV 126.7 145.66 88.27 -
System Red Green Blue C M Y K H S L
Decimal 71 149 158 0.55 0.06 0 0.38 186.21 0.38 0.45
Hex 47 95 9E 37 6 0 26 BA 26 2D
Octal 107 225 236 67 6 0 46 272 46 55
Binary 1000111 10010101 10011110 110111 110 0 100110 10111010 100110 101101

Color Harmonies of #47959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47959E

Black with #47959E

Text Example


Text Example

White with #47959E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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