#4BB490

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

Shades of Keppel #4BB490

Tints of Keppel #4BB490

Color information

#4BB490 (or 0x4BB490) is unknown color: approx Keppel. HEX triplet: 4B, B4 and 90. RGB value is (75,180,144). Sum of RGB (Red+Green+Blue) = 75+180+144=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB490 is #B44B6F. Grayscale: #909090. Windows color (decimal): -11815792 or 9483339. OLE color: 9483339.

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

Color convert

RGB75180144-
CMYK0.5800.20.29
HSL159.43º41.18%50%-
HSV(B)159.43º58.33%70.59%-
XYZ24.2636.1532.09-
YUV144.5127.7178.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=18.80%
G=45.11%
B=36.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801440.5800.20.29159.4341.1850
Hex4BB4903A0141D9f2932
Octal11326422072024352375162
Binary100101110110100100100001110100101001110110011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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