#48929F

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

Shades of Hippie Blue #48929F

Tints of Hippie Blue #48929F

Color information

#48929F (or 0x48929F) is unknown color: approx Hippie Blue. HEX triplet: 48, 92 and 9F. RGB value is (72,146,159). Sum of RGB (Red+Green+Blue) = 72+146+159=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #48929F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48929F is #B76D60. Grayscale: #7D7D7D. Windows color (decimal): -12021089 or 10457672. OLE color: 10457672.

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

Color convert

RGB72146159-
CMYK0.550.0800.38
HSL188.97º37.66%45.29%-
HSV(B)188.97º54.72%62.35%-
XYZ19.2124.4436.51-
YUV125.36146.9889.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.10%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=19.10%
G=38.73%
B=42.18%

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
Decimal721461590.550.0800.38188.9737.6645.29
Hex48929F378026bd262d
Octal11022223767100462754655
Binary100100010010010100111111101111000010011010111101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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