Html Css Color HEX #488D96 Hippie Blue

📋 copy color: '#488D96'

red 72 ◦ green 141 ◦ blue 150

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

Shades of Hippie Blue #488D96

Tints of Hippie Blue #488D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 19.83%
G = 38.84%
B = 41.32%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#488D96 (or 0x488D96) is known color: Hippie Blue. HEX triplet: 48, 8D and 96. RGB value is (72,141,150). Sum of RGB (Red+Green+Blue) = 72+141+150=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #488D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D96 is #B77269. Grayscale: #797979. Windows color (decimal): -12022378 or 9866568. OLE color: 9866568.

HSL color Cylindrical-coordinate representation of color #488D96: hue angle of 186.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #488D96 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 141 150 -
CMYK 0.52 0.06 0 0.41
HSL 186.92º 0.35% 0.44% -
HSV(B) 186.92º 0.52% 0.59% -
XYZ 17.7 22.63 32.29 -
YUV 121.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 72 141 150 0.52 0.06 0 0.41 186.92 0.35 0.44
Hex 48 8D 96 34 6 0 29 BB 23 2C
Octal 110 215 226 64 6 0 51 273 43 54
Binary 1001000 10001101 10010110 110100 110 0 101001 10111011 100011 101100

Color Harmonies of #488D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D96

Black with #488D96

Text Example


Text Example

White with #488D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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