Html Css Color HEX #488199 Hippie Blue

📋 copy color: '#488199'

red 72 ◦ green 129 ◦ blue 153

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

Shades of Hippie Blue #488199

Tints of Hippie Blue #488199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

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

R = 20.34%
G = 36.44%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#488199 (or 0x488199) is known color: Hippie Blue. HEX triplet: 48, 81 and 99. RGB value is (72,129,153). Sum of RGB (Red+Green+Blue) = 72+129+153=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #488199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488199 is #B77E66. Grayscale: #727272. Windows color (decimal): -12025447 or 10060104. OLE color: 10060104.

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

Color convert

RGB 72 129 153 -
CMYK 0.53 0.16 0 0.4
HSL 197.78º 0.36% 0.44% -
HSV(B) 197.78º 0.53% 0.6% -
XYZ 16.27 19.38 33.02 -
YUV 114.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 72 129 153 0.53 0.16 0 0.4 197.78 0.36 0.44
Hex 48 81 99 35 10 0 28 C6 24 2C
Octal 110 201 231 65 20 0 50 306 44 54
Binary 1001000 10000001 10011001 110101 10000 0 101000 11000110 100100 101100

Color Harmonies of #488199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488199

Black with #488199

Text Example


Text Example

White with #488199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488199; }

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

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

background-color css

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

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

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

border-color css

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

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

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