Html Css Color HEX #488D9A Hippie Blue

📋 copy color: '#488D9A'

red 72 ◦ green 141 ◦ blue 154

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

Shades of Hippie Blue #488D9A

Tints of Hippie Blue #488D9A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 19.62%
G = 38.42%
B = 41.96%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#488D9A (or 0x488D9A) is known color: Hippie Blue. HEX triplet: 48, 8D and 9A. RGB value is (72,141,154). Sum of RGB (Red+Green+Blue) = 72+141+154=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #488D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D9A is #B77265. Grayscale: #797979. Windows color (decimal): -12022374 or 10128712. OLE color: 10128712.

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

Color convert

RGB 72 141 154 -
CMYK 0.53 0.08 0 0.40
HSL 189.51º 0.36% 0.44% -
HSV(B) 189.51º 0.53% 0.6% -
XYZ 18.03 22.76 34.01 -
YUV 121.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 72 141 154 0.53 0.08 0 0.40 189.51 0.36 0.44
Hex 48 8D 9A 35 8 0 28 BE 24 2C
Octal 110 215 232 65 10 0 50 276 44 54
Binary 1001000 10001101 10011010 110101 1000 0 101000 10111110 100100 101100

Color Harmonies of #488D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D9A

Black with #488D9A

Text Example


Text Example

White with #488D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,141,154); }

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

background-color css

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

 a { background-color: rgb(72,141,154); }

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

border-color css

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

 span { border-color: rgb(72,141,154); }

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