Html Css Color HEX #47849C Hippie Blue

📋 copy color: '#47849C'

red 71 ◦ green 132 ◦ blue 156

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

Shades of Hippie Blue #47849C

Tints of Hippie Blue #47849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 19.78%
G = 36.77%
B = 43.45%

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

#47849C (or 0x47849C) is known color: Hippie Blue. HEX triplet: 47, 84 and 9C. RGB value is (71,132,156). Sum of RGB (Red+Green+Blue) = 71+132+156=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #47849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47849C is #B87B63. Grayscale: #747474. Windows color (decimal): -12090212 or 10257479. OLE color: 10257479.

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

Color convert

RGB 71 132 156 -
CMYK 0.54 0.15 0 0.39
HSL 196.94º 0.37% 0.45% -
HSV(B) 196.94º 0.54% 0.61% -
XYZ 16.85 20.24 34.47 -
YUV 116.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 71 132 156 0.54 0.15 0 0.39 196.94 0.37 0.45
Hex 47 84 9C 36 F 0 27 C5 25 2D
Octal 107 204 234 66 17 0 47 305 45 55
Binary 1000111 10000100 10011100 110110 1111 0 100111 11000101 100101 101101

Color Harmonies of #47849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47849C

Black with #47849C

Text Example


Text Example

White with #47849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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