#4AB492

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

Shades of Keppel #4AB492

Tints of Keppel #4AB492

Color information

#4AB492 (or 0x4AB492) is unknown color: approx Keppel. HEX triplet: 4A, B4 and 92. RGB value is (74,180,146). Sum of RGB (Red+Green+Blue) = 74+180+146=400 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.5% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AB492 is #B54B6D. Grayscale: #909090. Windows color (decimal): -11881326 or 9614410. OLE color: 9614410.

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

Color convert

RGB74180146-
CMYK0.5900.190.29
HSL160.75º41.73%49.8%-
HSV(B)160.75º58.89%70.59%-
XYZ24.3336.1732.89-
YUV144.43128.8877.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.5%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=18.5%
G=45%
B=36.5%

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
Decimal741801460.5900.190.29160.7541.7349.8
Hex4AB4923B0131Da12a32
Octal11226422273023352415262
Binary100101010110100100100101110110100111110110100001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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