Html Css Color HEX #47809A Hippie Blue

📋 copy color: '#47809A'

red 71 ◦ green 128 ◦ blue 154

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

Shades of Hippie Blue #47809A

Tints of Hippie Blue #47809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 20.11%
G = 36.26%
B = 43.63%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47809A (or 0x47809A) is known color: Hippie Blue. HEX triplet: 47, 80 and 9A. RGB value is (71,128,154). Sum of RGB (Red+Green+Blue) = 71+128+154=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #47809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47809A is #B87F65. Grayscale: #717171. Windows color (decimal): -12091238 or 10125383. OLE color: 10125383.

HSL color Cylindrical-coordinate representation of color #47809A: hue angle of 198.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47809A is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 128 154 -
CMYK 0.54 0.17 0 0.40
HSL 198.8º 0.37% 0.44% -
HSV(B) 198.8º 0.54% 0.6% -
XYZ 16.15 19.11 33.41 -
YUV 113.92 150.62 97.39 -
System Red Green Blue C M Y K H S L
Decimal 71 128 154 0.54 0.17 0 0.40 198.8 0.37 0.44
Hex 47 80 9A 36 11 0 28 C7 25 2C
Octal 107 200 232 66 21 0 50 307 45 54
Binary 1000111 10000000 10011010 110110 10001 0 101000 11000111 100101 101100

Color Harmonies of #47809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47809A

Black with #47809A

Text Example


Text Example

White with #47809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47809A; }

 p { color: rgb(71,128,154); }

 H1.HeaderClassName
 {
   color: #47809A;
 }
 .AnyTagClassName
 {
   color: #47809A;
 }
</style>

background-color css

<style>
 a { background-color: #47809A; }

 a { background-color: rgb(71,128,154); }

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

border-color css

<style>
 span { border-color: #47809A; }

 span { border-color: rgb(71,128,154); }

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