Html Css Color HEX #488799 Hippie Blue

📋 copy color: '#488799'

red 72 ◦ green 135 ◦ blue 153

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

Shades of Hippie Blue #488799

Tints of Hippie Blue #488799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 20%
G = 37.5%
B = 42.5%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488799 (or 0x488799) is known color: Hippie Blue. HEX triplet: 48, 87 and 99. RGB value is (72,135,153). Sum of RGB (Red+Green+Blue) = 72+135+153=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #488799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488799 is #B77866. Grayscale: #767676. Windows color (decimal): -12023911 or 10061640. OLE color: 10061640.

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

Color convert

RGB 72 135 153 -
CMYK 0.53 0.12 0 0.4
HSL 193.33º 0.36% 0.44% -
HSV(B) 193.33º 0.53% 0.6% -
XYZ 17.09 21.01 33.29 -
YUV 118.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 72 135 153 0.53 0.12 0 0.4 193.33 0.36 0.44
Hex 48 87 99 35 C 0 28 C1 24 2C
Octal 110 207 231 65 14 0 50 301 44 54
Binary 1001000 10000111 10011001 110101 1100 0 101000 11000001 100100 101100

Color Harmonies of #488799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488799

Black with #488799

Text Example


Text Example

White with #488799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488799; }

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

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

background-color css

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

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

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

border-color css

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

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

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