Html Css Color HEX #489099 Hippie Blue

📋 copy color: '#489099'

red 72 ◦ green 144 ◦ blue 153

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

Shades of Hippie Blue #489099

Tints of Hippie Blue #489099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

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

R = 19.51%
G = 39.02%
B = 41.46%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#489099 (or 0x489099) is known color: Hippie Blue. HEX triplet: 48, 90 and 99. RGB value is (72,144,153). Sum of RGB (Red+Green+Blue) = 72+144+153=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #489099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489099 is #B76F66. Grayscale: #7B7B7B. Windows color (decimal): -12021607 or 10063944. OLE color: 10063944.

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

Color convert

RGB 72 144 153 -
CMYK 0.53 0.06 0 0.4
HSL 186.67º 0.36% 0.44% -
HSV(B) 186.67º 0.53% 0.6% -
XYZ 18.4 23.62 33.73 -
YUV 123.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 72 144 153 0.53 0.06 0 0.4 186.67 0.36 0.44
Hex 48 90 99 35 6 0 28 BB 24 2C
Octal 110 220 231 65 6 0 50 273 44 54
Binary 1001000 10010000 10011001 110101 110 0 101000 10111011 100100 101100

Color Harmonies of #489099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489099

Black with #489099

Text Example


Text Example

White with #489099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489099; }

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

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

background-color css

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

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

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

border-color css

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

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

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