Html Css Color HEX #488E99 Hippie Blue

📋 copy color: '#488E99'

red 72 ◦ green 142 ◦ blue 153

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

Shades of Hippie Blue #488E99

Tints of Hippie Blue #488E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

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

R = 19.62%
G = 38.69%
B = 41.69%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488E99 (or 0x488E99) is known color: Hippie Blue. HEX triplet: 48, 8E and 99. RGB value is (72,142,153). Sum of RGB (Red+Green+Blue) = 72+142+153=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #488E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488E99 is #B77166. Grayscale: #7A7A7A. Windows color (decimal): -12022119 or 10063432. OLE color: 10063432.

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

Color convert

RGB 72 142 153 -
CMYK 0.53 0.07 0 0.4
HSL 188.15º 0.36% 0.44% -
HSV(B) 188.15º 0.53% 0.6% -
XYZ 18.1 23.02 33.63 -
YUV 122.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 72 142 153 0.53 0.07 0 0.4 188.15 0.36 0.44
Hex 48 8E 99 35 7 0 28 BC 24 2C
Octal 110 216 231 65 7 0 50 274 44 54
Binary 1001000 10001110 10011001 110101 111 0 101000 10111100 100100 101100

Color Harmonies of #488E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E99

Black with #488E99

Text Example


Text Example

White with #488E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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