#488994

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

Shades of Hippie Blue #488994

Tints of Hippie Blue #488994

Color information

#488994 (or 0x488994) is unknown color: approx Hippie Blue. HEX triplet: 48, 89 and 94. RGB value is (72,137,148). Sum of RGB (Red+Green+Blue) = 72+137+148=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #488994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488994 is #B7766B. Grayscale: #767676. Windows color (decimal): -12023404 or 9734472. OLE color: 9734472.

HSL color Cylindrical-coordinate representation of color #488994: hue angle of 188.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488994 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72137148-
CMYK0.510.0700.42
HSL188.68º34.55%43.14%-
HSV(B)188.68º51.35%58.04%-
XYZ16.9621.4131.25-
YUV118.82144.4794.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.17%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=20.17%
G=38.38%
B=41.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721371480.510.0700.42188.6834.5543.14
Hex48899433702Abd232b
Octal1102112246370522754353
Binary10010001000100110010100110011111010101010111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488994; }

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

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

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

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

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

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

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

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