#4FA596

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

Shades of Keppel #4FA596

Tints of Keppel #4FA596

Color information

#4FA596 (or 0x4FA596) is unknown color: approx Keppel. HEX triplet: 4F, A5 and 96. RGB value is (79,165,150). Sum of RGB (Red+Green+Blue) = 79+165+150=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA596 is #B05A69. Grayscale: #898989. Windows color (decimal): -11557482 or 9872719. OLE color: 9872719.

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

Color convert

RGB79165150-
CMYK0.5200.090.35
HSL169.53º35.25%47.84%-
HSV(B)169.53º52.12%64.71%-
XYZ22.1830.7733.62-
YUV137.58135.0186.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.05%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=20.05%
G=41.88%
B=38.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791651500.5200.090.35169.5335.2547.84
Hex4FA596340923aa2330
Octal11724522664011432524360
Binary100111110100101100101101101000100110001110101010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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