#4FA795

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

Shades of Keppel #4FA795

Tints of Keppel #4FA795

Color information

#4FA795 (or 0x4FA795) is unknown color: approx Keppel. HEX triplet: 4F, A7 and 95. RGB value is (79,167,149). Sum of RGB (Red+Green+Blue) = 79+167+149=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA795 is #B0586A. Grayscale: #8A8A8A. Windows color (decimal): -11556971 or 9807695. OLE color: 9807695.

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

Color convert

RGB79167149-
CMYK0.5300.110.35
HSL167.73º35.77%48.24%-
HSV(B)167.73º52.69%65.49%-
XYZ22.4731.4733.32-
YUV138.64133.8585.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=20%
G=42.28%
B=37.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791671490.5300.110.35167.7335.7748.24
Hex4FA795350B23a82430
Octal11724722565013432504460
Binary100111110100111100101011101010101110001110101000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,167,149); }

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

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

 a { background-color: rgb(79,167,149); }

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

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

 span { border-color: rgb(79,167,149); }

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