#48909A

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

Shades of Hippie Blue #48909A

Tints of Hippie Blue #48909A

Color information

#48909A (or 0x48909A) is unknown color: approx Hippie Blue. HEX triplet: 48, 90 and 9A. RGB value is (72,144,154). Sum of RGB (Red+Green+Blue) = 72+144+154=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #48909A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48909A is #B76F65. Grayscale: #7B7B7B. Windows color (decimal): -12021606 or 10129480. OLE color: 10129480.

HSL color Cylindrical-coordinate representation of color #48909A: hue angle of 187.32º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48909A is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72144154-
CMYK0.530.0600.40
HSL187.32º36.28%44.31%-
HSV(B)187.32º53.25%60.39%-
XYZ18.4823.6634.16-
YUV123.61145.1591.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.46%
GREEN value IS 144 (56.64% from 255) = 38.92%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=19.46%
G=38.92%
B=41.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721441540.530.0600.40187.3236.2844.31
Hex48909A356028bb242c
Octal1102202326560502734454
Binary10010001001000010011010110101110010100010111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48909A; }

 p { color: rgb(72,144,154); }

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

<style>
 a { background-color: #48909A; }

 a { background-color: rgb(72,144,154); }

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

<style>
 span { border-color: #48909A; }

 span { border-color: rgb(72,144,154); }

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