#47929B

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

Shades of Hippie Blue #47929B

Tints of Hippie Blue #47929B

Color information

#47929B (or 0x47929B) is unknown color: approx Hippie Blue. HEX triplet: 47, 92 and 9B. RGB value is (71,146,155). Sum of RGB (Red+Green+Blue) = 71+146+155=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #47929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47929B is #B86D64. Grayscale: #7C7C7C. Windows color (decimal): -12086629 or 10195527. OLE color: 10195527.

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

Color convert

RGB71146155-
CMYK0.540.0600.39
HSL186.43º37.17%44.31%-
HSV(B)186.43º54.19%60.78%-
XYZ18.7924.2634.7-
YUV124.6145.1589.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=19.09%
G=39.25%
B=41.67%

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
Decimal711461550.540.0600.39186.4337.1744.31
Hex47929B366027ba252c
Octal1072222336660472724554
Binary10001111001001010011011110110110010011110111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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