#47909B

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

Shades of Hippie Blue #47909B

Tints of Hippie Blue #47909B

Color information

#47909B (or 0x47909B) is unknown color: approx Hippie Blue. HEX triplet: 47, 90 and 9B. RGB value is (71,144,155). Sum of RGB (Red+Green+Blue) = 71+144+155=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #47909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47909B is #B86F64. Grayscale: #7B7B7B. Windows color (decimal): -12087141 or 10195015. OLE color: 10195015.

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

Color convert

RGB71144155-
CMYK0.540.0700.39
HSL187.86º37.17%44.31%-
HSV(B)187.86º54.19%60.78%-
XYZ18.4923.6534.6-
YUV123.43145.8290.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=19.19%
G=38.92%
B=41.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711441550.540.0700.39187.8637.1744.31
Hex47909B367027bc252c
Octal1072202336670472744554
Binary10001111001000010011011110110111010011110111100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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