#4AB491

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

Shades of Keppel #4AB491

Tints of Keppel #4AB491

Color information

#4AB491 (or 0x4AB491) is unknown color: approx Keppel. HEX triplet: 4A, B4 and 91. RGB value is (74,180,145). Sum of RGB (Red+Green+Blue) = 74+180+145=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB491 is #B54B6E. Grayscale: #909090. Windows color (decimal): -11881327 or 9548874. OLE color: 9548874.

HSL color Cylindrical-coordinate representation of color #4AB491: hue angle of 160.19º 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 #4AB491 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB74180145-
CMYK0.5900.190.29
HSL160.19º41.73%49.8%-
HSV(B)160.19º58.89%70.59%-
XYZ24.2636.1432.49-
YUV144.32128.3877.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.55%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 145 (57.03% from 255) = 36.34%
R=18.55%
G=45.11%
B=36.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801450.5900.190.29160.1941.7349.8
Hex4AB4913B0131Da02a32
Octal11226422173023352405262
Binary100101010110100100100011110110100111110110100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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