Html Css Color HEX #47839F Hippie Blue

📋 copy color: '#47839F'

red 71 ◦ green 131 ◦ blue 159

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

Shades of Hippie Blue #47839F

Tints of Hippie Blue #47839F

RGB

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

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

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

R = 19.67%
G = 36.29%
B = 44.04%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47839F (or 0x47839F) is known color: Hippie Blue. HEX triplet: 47, 83 and 9F. RGB value is (71,131,159). Sum of RGB (Red+Green+Blue) = 71+131+159=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #47839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47839F is #B87C60. Grayscale: #747474. Windows color (decimal): -12090465 or 10453831. OLE color: 10453831.

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

Color convert

RGB 71 131 159 -
CMYK 0.55 0.18 0 0.38
HSL 199.09º 0.38% 0.45% -
HSV(B) 199.09º 0.55% 0.62% -
XYZ 16.97 20.08 35.78 -
YUV 116.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 71 131 159 0.55 0.18 0 0.38 199.09 0.38 0.45
Hex 47 83 9F 37 12 0 26 C7 26 2D
Octal 107 203 237 67 22 0 46 307 46 55
Binary 1000111 10000011 10011111 110111 10010 0 100110 11000111 100110 101101

Color Harmonies of #47839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47839F

Black with #47839F

Text Example


Text Example

White with #47839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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