Html Css Color HEX #47899B Hippie Blue

📋 copy color: '#47899B'

red 71 ◦ green 137 ◦ blue 155

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

Shades of Hippie Blue #47899B

Tints of Hippie Blue #47899B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

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

R = 19.56%
G = 37.74%
B = 42.7%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47899B (or 0x47899B) is known color: Hippie Blue. HEX triplet: 47, 89 and 9B. RGB value is (71,137,155). Sum of RGB (Red+Green+Blue) = 71+137+155=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #47899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47899B is #B87664. Grayscale: #777777. Windows color (decimal): -12088933 or 10193223. OLE color: 10193223.

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

Color convert

RGB 71 137 155 -
CMYK 0.54 0.12 0 0.39
HSL 192.86º 0.37% 0.44% -
HSV(B) 192.86º 0.54% 0.61% -
XYZ 17.46 21.6 34.26 -
YUV 119.32 148.13 93.54 -
System Red Green Blue C M Y K H S L
Decimal 71 137 155 0.54 0.12 0 0.39 192.86 0.37 0.44
Hex 47 89 9B 36 C 0 27 C1 25 2C
Octal 107 211 233 66 14 0 47 301 45 54
Binary 1000111 10001001 10011011 110110 1100 0 100111 11000001 100101 101100

Color Harmonies of #47899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47899B

Black with #47899B

Text Example


Text Example

White with #47899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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