Html Css Color HEX #47889C Hippie Blue

📋 copy color: '#47889C'

red 71 ◦ green 136 ◦ blue 156

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

Shades of Hippie Blue #47889C

Tints of Hippie Blue #47889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

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

R = 19.56%
G = 37.47%
B = 42.98%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47889C (or 0x47889C) is known color: Hippie Blue. HEX triplet: 47, 88 and 9C. RGB value is (71,136,156). Sum of RGB (Red+Green+Blue) = 71+136+156=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #47889C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47889C is #B87763. Grayscale: #767676. Windows color (decimal): -12089188 or 10258503. OLE color: 10258503.

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

Color convert

RGB 71 136 156 -
CMYK 0.54 0.13 0 0.39
HSL 194.12º 0.37% 0.45% -
HSV(B) 194.12º 0.54% 0.61% -
XYZ 17.4 21.35 34.66 -
YUV 118.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 71 136 156 0.54 0.13 0 0.39 194.12 0.37 0.45
Hex 47 88 9C 36 D 0 27 C2 25 2D
Octal 107 210 234 66 15 0 47 302 45 55
Binary 1000111 10001000 10011100 110110 1101 0 100111 11000010 100101 101101

Color Harmonies of #47889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47889C

Black with #47889C

Text Example


Text Example

White with #47889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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