Html Css Color HEX #488B99 Hippie Blue

📋 copy color: '#488B99'

red 72 ◦ green 139 ◦ blue 153

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

Shades of Hippie Blue #488B99

Tints of Hippie Blue #488B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 19.78%
G = 38.19%
B = 42.03%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488B99 (or 0x488B99) is known color: Hippie Blue. HEX triplet: 48, 8B and 99. RGB value is (72,139,153). Sum of RGB (Red+Green+Blue) = 72+139+153=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #488B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B99 is #B77466. Grayscale: #787878. Windows color (decimal): -12022887 or 10062664. OLE color: 10062664.

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

Color convert

RGB 72 139 153 -
CMYK 0.53 0.09 0 0.4
HSL 190.37º 0.36% 0.44% -
HSV(B) 190.37º 0.53% 0.6% -
XYZ 17.65 22.14 33.48 -
YUV 120.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 72 139 153 0.53 0.09 0 0.4 190.37 0.36 0.44
Hex 48 8B 99 35 9 0 28 BE 24 2C
Octal 110 213 231 65 11 0 50 276 44 54
Binary 1001000 10001011 10011001 110101 1001 0 101000 10111110 100100 101100

Color Harmonies of #488B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B99

Black with #488B99

Text Example


Text Example

White with #488B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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