Html Css Color HEX #47919E Hippie Blue

📋 copy color: '#47919E'

red 71 ◦ green 145 ◦ blue 158

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

Shades of Hippie Blue #47919E

Tints of Hippie Blue #47919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

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

R = 18.98%
G = 38.77%
B = 42.25%

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

#47919E (or 0x47919E) is known color: Hippie Blue. HEX triplet: 47, 91 and 9E. RGB value is (71,145,158). Sum of RGB (Red+Green+Blue) = 71+145+158=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #47919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47919E is #B86E61. Grayscale: #7C7C7C. Windows color (decimal): -12086882 or 10391879. OLE color: 10391879.

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

Color convert

RGB 71 145 158 -
CMYK 0.55 0.08 0 0.38
HSL 188.97º 0.38% 0.45% -
HSV(B) 188.97º 0.55% 0.62% -
XYZ 18.9 24.06 36 -
YUV 124.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 71 145 158 0.55 0.08 0 0.38 188.97 0.38 0.45
Hex 47 91 9E 37 8 0 26 BD 26 2D
Octal 107 221 236 67 10 0 46 275 46 55
Binary 1000111 10010001 10011110 110111 1000 0 100110 10111101 100110 101101

Color Harmonies of #47919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47919E

Black with #47919E

Text Example


Text Example

White with #47919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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