#488294

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

Shades of Hippie Blue #488294

Tints of Hippie Blue #488294

Color information

#488294 (or 0x488294) is unknown color: approx Hippie Blue. HEX triplet: 48, 82 and 94. RGB value is (72,130,148). Sum of RGB (Red+Green+Blue) = 72+130+148=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #488294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488294 is #B77D6B. Grayscale: #727272. Windows color (decimal): -12025196 or 9732680. OLE color: 9732680.

HSL color Cylindrical-coordinate representation of color #488294: hue angle of 194.21º 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 #488294 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72130148-
CMYK0.510.1200.42
HSL194.21º34.55%43.14%-
HSV(B)194.21º51.35%58.04%-
XYZ1619.4830.93-
YUV114.71146.7897.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=20.57%
G=37.14%
B=42.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721301480.510.1200.42194.2134.5543.14
Hex48829433C02Ac2232b
Octal11020222463140523024353
Binary100100010000010100101001100111100010101011000010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488294; }

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

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

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

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

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

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

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

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