#4CB090

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

Shades of Keppel #4CB090

Tints of Keppel #4CB090

Color information

#4CB090 (or 0x4CB090) is unknown color: approx Keppel. HEX triplet: 4C, B0 and 90. RGB value is (76,176,144). Sum of RGB (Red+Green+Blue) = 76+176+144=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB090 is #B34F6F. Grayscale: #8E8E8E. Windows color (decimal): -11751280 or 9482316. OLE color: 9482316.

HSL color Cylindrical-coordinate representation of color #4CB090: hue angle of 160.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB090 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB76176144-
CMYK0.5700.180.31
HSL160.8º39.68%49.41%-
HSV(B)160.8º56.82%69.02%-
XYZ23.5434.631.82-
YUV142.45128.8780.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.19%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=19.19%
G=44.44%
B=36.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761761440.5700.180.31160.839.6849.41
Hex4CB090390121Fa12831
Octal11426022071022372415061
Binary100110010110000100100001110010100101111110100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,144); }

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

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

 a { background-color: rgb(76,176,144); }

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

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

 span { border-color: rgb(76,176,144); }

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