Html Css Color HEX #488997 Hippie Blue

📋 copy color: '#488997'

red 72 ◦ green 137 ◦ blue 151

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

Shades of Hippie Blue #488997

Tints of Hippie Blue #488997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

 BLUE value IS 151 (59.38% from 255) = 41.94%

R = 20%
G = 38.06%
B = 41.94%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#488997 (or 0x488997) is known color: Hippie Blue. HEX triplet: 48, 89 and 97. RGB value is (72,137,151). Sum of RGB (Red+Green+Blue) = 72+137+151=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #488997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488997 is #B77668. Grayscale: #777777. Windows color (decimal): -12023401 or 9931080. OLE color: 9931080.

HSL color Cylindrical-coordinate representation of color #488997: hue angle of 190.63º 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 #488997 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 137 151 -
CMYK 0.52 0.09 0 0.41
HSL 190.63º 0.35% 0.44% -
HSV(B) 190.63º 0.52% 0.59% -
XYZ 17.2 21.5 32.52 -
YUV 119.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 72 137 151 0.52 0.09 0 0.41 190.63 0.35 0.44
Hex 48 89 97 34 9 0 29 BF 23 2C
Octal 110 211 227 64 11 0 51 277 43 54
Binary 1001000 10001001 10010111 110100 1001 0 101001 10111111 100011 101100

Color Harmonies of #488997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488997

Black with #488997

Text Example


Text Example

White with #488997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488997; }

 p { color: rgb(72,137,151); }

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

background-color css

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

 a { background-color: rgb(72,137,151); }

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

border-color css

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

 span { border-color: rgb(72,137,151); }

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