#48929E

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

Shades of Hippie Blue #48929E

Tints of Hippie Blue #48929E

Color information

#48929E (or 0x48929E) is unknown color: approx Hippie Blue. HEX triplet: 48, 92 and 9E. RGB value is (72,146,158). Sum of RGB (Red+Green+Blue) = 72+146+158=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #48929E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48929E is #B76D61. Grayscale: #7D7D7D. Windows color (decimal): -12021090 or 10392136. OLE color: 10392136.

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

Color convert

RGB72146158-
CMYK0.540.0800.38
HSL188.37º37.39%45.1%-
HSV(B)188.37º54.43%61.96%-
XYZ19.1224.436.05-
YUV125.24146.4890.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=19.15%
G=38.83%
B=42.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721461580.540.0800.38188.3737.3945.1
Hex48929E368026bc252d
Octal11022223666100462744555
Binary100100010010010100111101101101000010011010111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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