#48949E

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

Shades of Hippie Blue #48949E

Tints of Hippie Blue #48949E

Color information

#48949E (or 0x48949E) is unknown color: approx Hippie Blue. HEX triplet: 48, 94 and 9E. RGB value is (72,148,158). Sum of RGB (Red+Green+Blue) = 72+148+158=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #48949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48949E is #B76B61. Grayscale: #7E7E7E. Windows color (decimal): -12020578 or 10392648. OLE color: 10392648.

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

Color convert

RGB72148158-
CMYK0.540.0600.38
HSL186.98º37.39%45.1%-
HSV(B)186.98º54.43%61.96%-
XYZ19.4325.0336.15-
YUV126.42145.8289.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.05%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=19.05%
G=39.15%
B=41.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721481580.540.0600.38186.9837.3945.1
Hex48949E366026bb252d
Octal1102242366660462734555
Binary10010001001010010011110110110110010011010111011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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