#47899A

Color #47899A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #47899A

Tints of Hippie Blue #47899A

Color information

#47899A (or 0x47899A) is unknown color: approx Hippie Blue. HEX triplet: 47, 89 and 9A. RGB value is (71,137,154). Sum of RGB (Red+Green+Blue) = 71+137+154=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #47899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47899A is #B87665. Grayscale: #777777. Windows color (decimal): -12088934 or 10127687. OLE color: 10127687.

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

Color convert

RGB71137154-
CMYK0.540.1100.40
HSL192.29º36.89%44.12%-
HSV(B)192.29º53.9%60.39%-
XYZ17.3821.5633.82-
YUV119.2147.6393.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=19.61%
G=37.85%
B=42.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711371540.540.1100.40192.2936.8944.12
Hex47899A36B028c0252c
Octal10721123266130503004554
Binary100011110001001100110101101101011010100011000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47899A;
 }
 .AnyTagClassName
 {
   color: #47899A;
 }
</style>
background-color css

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

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

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

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

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

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