Html Css Color HEX #47849B Hippie Blue

📋 copy color: '#47849B'

red 71 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #47849B

Tints of Hippie Blue #47849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 19.83%
G = 36.87%
B = 43.3%

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

#47849B (or 0x47849B) is known color: Hippie Blue. HEX triplet: 47, 84 and 9B. RGB value is (71,132,155). Sum of RGB (Red+Green+Blue) = 71+132+155=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #47849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47849B is #B87B64. Grayscale: #747474. Windows color (decimal): -12090213 or 10191943. OLE color: 10191943.

HSL color Cylindrical-coordinate representation of color #47849B: hue angle of 196.43º 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 #47849B is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 132 155 -
CMYK 0.54 0.15 0 0.39
HSL 196.43º 0.37% 0.44% -
HSV(B) 196.43º 0.54% 0.61% -
XYZ 16.77 20.21 34.03 -
YUV 116.38 149.79 95.63 -
System Red Green Blue C M Y K H S L
Decimal 71 132 155 0.54 0.15 0 0.39 196.43 0.37 0.44
Hex 47 84 9B 36 F 0 27 C4 25 2C
Octal 107 204 233 66 17 0 47 304 45 54
Binary 1000111 10000100 10011011 110110 1111 0 100111 11000100 100101 101100

Color Harmonies of #47849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47849B

Black with #47849B

Text Example


Text Example

White with #47849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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