#47929E

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

Shades of Hippie Blue #47929E

Tints of Hippie Blue #47929E

Color information

#47929E (or 0x47929E) is unknown color: approx Hippie Blue. HEX triplet: 47, 92 and 9E. RGB value is (71,146,158). Sum of RGB (Red+Green+Blue) = 71+146+158=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #47929E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47929E is #B86D61. Grayscale: #7C7C7C. Windows color (decimal): -12086626 or 10392135. OLE color: 10392135.

HSL color Cylindrical-coordinate representation of color #47929E: hue angle of 188.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47929E is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71146158-
CMYK0.550.0800.38
HSL188.28º37.99%44.9%-
HSV(B)188.28º55.06%61.96%-
XYZ19.0524.3736.05-
YUV124.94146.6589.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=18.93%
G=38.93%
B=42.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711461580.550.0800.38188.2837.9944.9
Hex47929E378026bc262d
Octal10722223667100462744655
Binary100011110010010100111101101111000010011010111100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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