Html Css Color HEX #4FA992 Keppel

📋 copy color: '#4FA992'

red 79 ◦ green 169 ◦ blue 146

#4FA992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #4FA992

Tints of Keppel #4FA992

RGB

 RED value IS 79 (31.25% from 255) = 20.05%

 GREEN value IS 169 (66.41% from 255) = 42.89%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 20.05%
G = 42.89%
B = 37.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#4FA992 (or 0x4FA992) is known color: Keppel. HEX triplet: 4F, A9 and 92. RGB value is (79,169,146). Sum of RGB (Red+Green+Blue) = 79+169+146=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA992 is #B0566D. Grayscale: #8B8B8B. Windows color (decimal): -11556462 or 9611599. OLE color: 9611599.

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

Color convert

RGB 79 169 146 -
CMYK 0.53 0 0.14 0.34
HSL 164.67º 0.36% 0.49% -
HSV(B) 164.67º 0.53% 0.66% -
XYZ 22.6 32.11 32.2 -
YUV 139.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 79 169 146 0.53 0 0.14 0.34 164.67 0.36 0.49
Hex 4F A9 92 35 0 E 22 A5 24 31
Octal 117 251 222 65 0 16 42 245 44 61
Binary 1001111 10101001 10010010 110101 0 1110 100010 10100101 100100 110001

Color Harmonies of #4FA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA992

Black with #4FA992

Text Example


Text Example

White with #4FA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,169,146); }

 H1.HeaderClassName
 {
   color: #4FA992;
 }
 .AnyTagClassName
 {
   color: #4FA992;
 }
</style>

background-color css

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

 a { background-color: rgb(79,169,146); }

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

border-color css

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

 span { border-color: rgb(79,169,146); }

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