#488792

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

Shades of Hippie Blue #488792

Tints of Hippie Blue #488792

Color information

#488792 (or 0x488792) is unknown color: approx Hippie Blue. HEX triplet: 48, 87 and 92. RGB value is (72,135,146). Sum of RGB (Red+Green+Blue) = 72+135+146=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #488792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488792 is #B7786D. Grayscale: #757575. Windows color (decimal): -12023918 or 9602888. OLE color: 9602888.

HSL color Cylindrical-coordinate representation of color #488792: hue angle of 188.92º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #488792 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB72135146-
CMYK0.510.0800.43
HSL188.92º33.94%42.75%-
HSV(B)188.92º50.68%57.25%-
XYZ16.5220.7830.33-
YUV117.42144.1395.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=20.40%
G=38.24%
B=41.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721351460.510.0800.43188.9233.9442.75
Hex48879233802Bbd222b
Octal11020722263100532754253
Binary100100010000111100100101100111000010101110111101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488792; }

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

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

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

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

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

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

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

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