#489AA1

Color #489AA1 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #489AA1

Tints of Half Baked #489AA1

Color information

#489AA1 (or 0x489AA1) is unknown color: approx Half Baked. HEX triplet: 48, 9A and A1. RGB value is (72,154,161). Sum of RGB (Red+Green+Blue) = 72+154+161=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #489AA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489AA1 is #B7655E. Grayscale: #828282. Windows color (decimal): -12019039 or 10590792. OLE color: 10590792.

HSL color Cylindrical-coordinate representation of color #489AA1: hue angle of 184.72º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #489AA1 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB72154161-
CMYK0.550.0400.37
HSL184.72º38.2%45.69%-
HSV(B)184.72º55.28%63.14%-
XYZ20.6627.0637.85-
YUV130.28145.3386.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=18.60%
G=39.79%
B=41.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal721541610.550.0400.37184.7238.245.69
Hex489AA1374025b9262e
Octal1102322416740452714656
Binary10010001001101010100001110111100010010110111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489AA1; }

 p { color: rgb(72,154,161); }

 H1.HeaderClassName
 {
   color: #489AA1;
 }
 .AnyTagClassName
 {
   color: #489AA1;
 }
</style>
background-color css

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

 a { background-color: rgb(72,154,161); }

 div.DivClassName
 {
   background-color: #489AA1;
 }
 .BgClassName
 {
   background-color: #489AA1;
 }
</style>
border-color css

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

 span { border-color: rgb(72,154,161); }

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