Html Css Color HEX #488099 Hippie Blue

📋 copy color: '#488099'

red 72 ◦ green 128 ◦ blue 153

#488099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #488099

Tints of Hippie Blue #488099

RGB

 RED value IS 72 (28.52% from 255) = 20.4%

 GREEN value IS 128 (50.39% from 255) = 36.26%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 20.4%
G = 36.26%
B = 43.34%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488099 (or 0x488099) is known color: Hippie Blue. HEX triplet: 48, 80 and 99. RGB value is (72,128,153). Sum of RGB (Red+Green+Blue) = 72+128+153=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #488099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488099 is #B77F66. Grayscale: #717171. Windows color (decimal): -12025703 or 10059848. OLE color: 10059848.

HSL color Cylindrical-coordinate representation of color #488099: hue angle of 198.52º 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 #488099 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 128 153 -
CMYK 0.53 0.16 0 0.4
HSL 198.52º 0.36% 0.44% -
HSV(B) 198.52º 0.53% 0.6% -
XYZ 16.14 19.12 32.98 -
YUV 114.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 72 128 153 0.53 0.16 0 0.4 198.52 0.36 0.44
Hex 48 80 99 35 10 0 28 C7 24 2C
Octal 110 200 231 65 20 0 50 307 44 54
Binary 1001000 10000000 10011001 110101 10000 0 101000 11000111 100100 101100

Color Harmonies of #488099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488099

Black with #488099

Text Example


Text Example

White with #488099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488099; }

 p { color: rgb(72,128,153); }

 H1.HeaderClassName
 {
   color: #488099;
 }
 .AnyTagClassName
 {
   color: #488099;
 }
</style>

background-color css

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

 a { background-color: rgb(72,128,153); }

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

border-color css

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

 span { border-color: rgb(72,128,153); }

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