#47889B

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

Shades of Hippie Blue #47889B

Tints of Hippie Blue #47889B

Color information

#47889B (or 0x47889B) is unknown color: approx Hippie Blue. HEX triplet: 47, 88 and 9B. RGB value is (71,136,155). Sum of RGB (Red+Green+Blue) = 71+136+155=362 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.61% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #47889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47889B is #B87764. Grayscale: #767676. Windows color (decimal): -12089189 or 10192967. OLE color: 10192967.

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

Color convert

RGB71136155-
CMYK0.540.1200.39
HSL193.57º37.17%44.31%-
HSV(B)193.57º54.19%60.78%-
XYZ17.3221.3134.21-
YUV118.73148.4793.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.61%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=19.61%
G=37.57%
B=42.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711361550.540.1200.39193.5737.1744.31
Hex47889B36C027c2252c
Octal10721023366140473024554
Binary100011110001000100110111101101100010011111000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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