#4AB490

Color #4AB490 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4AB490

Tints of Keppel #4AB490

Color information

#4AB490 (or 0x4AB490) is unknown color: approx Keppel. HEX triplet: 4A, B4 and 90. RGB value is (74,180,144). Sum of RGB (Red+Green+Blue) = 74+180+144=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB490 is #B54B6F. Grayscale: #909090. Windows color (decimal): -11881328 or 9483338. OLE color: 9483338.

HSL color Cylindrical-coordinate representation of color #4AB490: hue angle of 159.62º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB490 is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB74180144-
CMYK0.5900.20.29
HSL159.62º41.73%49.8%-
HSV(B)159.62º58.89%70.59%-
XYZ24.1836.1132.08-
YUV144.2127.8877.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 180 (70.70% from 255) = 45.23%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=18.59%
G=45.23%
B=36.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801440.5900.20.29159.6241.7349.8
Hex4AB4903B0141Da02a32
Octal11226422073024352405262
Binary100101010110100100100001110110101001110110100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AB490; }

 p { color: rgb(74,180,144); }

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

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

 a { background-color: rgb(74,180,144); }

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

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

 span { border-color: rgb(74,180,144); }

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