Html Css Color HEX #488899 Hippie Blue

📋 copy color: '#488899'

red 72 ◦ green 136 ◦ blue 153

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

Shades of Hippie Blue #488899

Tints of Hippie Blue #488899

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 19.94%
G = 37.67%
B = 42.38%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488899 (or 0x488899) is known color: Hippie Blue. HEX triplet: 48, 88 and 99. RGB value is (72,136,153). Sum of RGB (Red+Green+Blue) = 72+136+153=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #488899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488899 is #B77766. Grayscale: #767676. Windows color (decimal): -12023655 or 10061896. OLE color: 10061896.

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

Color convert

RGB 72 136 153 -
CMYK 0.53 0.11 0 0.4
HSL 192.59º 0.36% 0.44% -
HSV(B) 192.59º 0.53% 0.6% -
XYZ 17.23 21.29 33.34 -
YUV 118.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 72 136 153 0.53 0.11 0 0.4 192.59 0.36 0.44
Hex 48 88 99 35 B 0 28 C1 24 2C
Octal 110 210 231 65 13 0 50 301 44 54
Binary 1001000 10001000 10011001 110101 1011 0 101000 11000001 100100 101100

Color Harmonies of #488899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488899

Black with #488899

Text Example


Text Example

White with #488899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488899; }

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

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

background-color css

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

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

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

border-color css

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

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

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