#47919B

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

Shades of Hippie Blue #47919B

Tints of Hippie Blue #47919B

Color information

#47919B (or 0x47919B) is unknown color: approx Hippie Blue. HEX triplet: 47, 91 and 9B. RGB value is (71,145,155). Sum of RGB (Red+Green+Blue) = 71+145+155=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #47919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47919B is #B86E64. Grayscale: #7B7B7B. Windows color (decimal): -12086885 or 10195271. OLE color: 10195271.

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

Color convert

RGB71145155-
CMYK0.540.0600.39
HSL187.14º37.17%44.31%-
HSV(B)187.14º54.19%60.78%-
XYZ18.6423.9634.65-
YUV124.01145.4890.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.14%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=19.14%
G=39.08%
B=41.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711451550.540.0600.39187.1437.1744.31
Hex47919B366027bb252c
Octal1072212336660472734554
Binary10001111001000110011011110110110010011110111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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