Html Css Color HEX #47819F Hippie Blue

📋 copy color: '#47819F'

red 71 ◦ green 129 ◦ blue 159

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

Shades of Hippie Blue #47819F

Tints of Hippie Blue #47819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 19.78%
G = 35.93%
B = 44.29%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47819F (or 0x47819F) is known color: Hippie Blue. HEX triplet: 47, 81 and 9F. RGB value is (71,129,159). Sum of RGB (Red+Green+Blue) = 71+129+159=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #47819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47819F is #B87E60. Grayscale: #727272. Windows color (decimal): -12090977 or 10453319. OLE color: 10453319.

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

Color convert

RGB 71 129 159 -
CMYK 0.55 0.19 0 0.38
HSL 200.45º 0.38% 0.45% -
HSV(B) 200.45º 0.55% 0.62% -
XYZ 16.71 19.54 35.69 -
YUV 115.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 71 129 159 0.55 0.19 0 0.38 200.45 0.38 0.45
Hex 47 81 9F 37 13 0 26 C8 26 2D
Octal 107 201 237 67 23 0 46 310 46 55
Binary 1000111 10000001 10011111 110111 10011 0 100110 11001000 100110 101101

Color Harmonies of #47819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47819F

Black with #47819F

Text Example


Text Example

White with #47819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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