Html Css Color HEX #47839B Hippie Blue

📋 copy color: '#47839B'

red 71 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #47839B

Tints of Hippie Blue #47839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 19.89%
G = 36.69%
B = 43.42%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47839B (or 0x47839B) is known color: Hippie Blue. HEX triplet: 47, 83 and 9B. RGB value is (71,131,155). Sum of RGB (Red+Green+Blue) = 71+131+155=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #47839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47839B is #B87C64. Grayscale: #737373. Windows color (decimal): -12090469 or 10191687. OLE color: 10191687.

HSL color Cylindrical-coordinate representation of color #47839B: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47839B is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 131 155 -
CMYK 0.54 0.15 0 0.39
HSL 197.14º 0.37% 0.44% -
HSV(B) 197.14º 0.54% 0.61% -
XYZ 16.63 19.94 33.98 -
YUV 115.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 71 131 155 0.54 0.15 0 0.39 197.14 0.37 0.44
Hex 47 83 9B 36 F 0 27 C5 25 2C
Octal 107 203 233 66 17 0 47 305 45 54
Binary 1000111 10000011 10011011 110110 1111 0 100111 11000101 100101 101100

Color Harmonies of #47839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47839B

Black with #47839B

Text Example


Text Example

White with #47839B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47839B; }

 p { color: rgb(71,131,155); }

 H1.HeaderClassName
 {
   color: #47839B;
 }
 .AnyTagClassName
 {
   color: #47839B;
 }
</style>

background-color css

<style>
 a { background-color: #47839B; }

 a { background-color: rgb(71,131,155); }

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

border-color css

<style>
 span { border-color: #47839B; }

 span { border-color: rgb(71,131,155); }

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