#4FA896

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

Shades of Keppel #4FA896

Tints of Keppel #4FA896

Color information

#4FA896 (or 0x4FA896) is unknown color: approx Keppel. HEX triplet: 4F, A8 and 96. RGB value is (79,168,150). Sum of RGB (Red+Green+Blue) = 79+168+150=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA896 is #B05769. Grayscale: #8B8B8B. Windows color (decimal): -11556714 or 9873487. OLE color: 9873487.

HSL color Cylindrical-coordinate representation of color #4FA896: hue angle of 167.87º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA896 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB79168150-
CMYK0.5300.110.34
HSL167.87º36.03%48.43%-
HSV(B)167.87º52.98%65.88%-
XYZ22.7331.8733.81-
YUV139.34134.0184.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.90%
GREEN value IS 168 (66.02% from 255) = 42.32%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=19.90%
G=42.32%
B=37.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791681500.5300.110.34167.8736.0348.43
Hex4FA896350B22a82430
Octal11725022665013422504460
Binary100111110101000100101101101010101110001010101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,150); }

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

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

 a { background-color: rgb(79,168,150); }

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

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

 span { border-color: rgb(79,168,150); }

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