#47929F

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

Shades of Hippie Blue #47929F

Tints of Hippie Blue #47929F

Color information

#47929F (or 0x47929F) is unknown color: approx Hippie Blue. HEX triplet: 47, 92 and 9F. RGB value is (71,146,159). Sum of RGB (Red+Green+Blue) = 71+146+159=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #47929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47929F is #B86D60. Grayscale: #7C7C7C. Windows color (decimal): -12086625 or 10457671. OLE color: 10457671.

HSL color Cylindrical-coordinate representation of color #47929F: hue angle of 188.86º 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 #47929F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71146159-
CMYK0.550.0800.38
HSL188.86º38.26%45.1%-
HSV(B)188.86º55.35%62.35%-
XYZ19.1424.436.5-
YUV125.06147.1589.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.88%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=18.88%
G=38.83%
B=42.29%

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
Decimal711461590.550.0800.38188.8638.2645.1
Hex47929F378026bd262d
Octal10722223767100462754655
Binary100011110010010100111111101111000010011010111101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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