Html Css Color HEX #4FA990 Keppel

📋 copy color: '#4FA990'

red 79 ◦ green 169 ◦ blue 144

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

Shades of Keppel #4FA990

Tints of Keppel #4FA990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 20.15%
G = 43.11%
B = 36.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#4FA990 (or 0x4FA990) is known color: Keppel. HEX triplet: 4F, A9 and 90. RGB value is (79,169,144). Sum of RGB (Red+Green+Blue) = 79+169+144=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA990 is #B0566F. Grayscale: #8B8B8B. Windows color (decimal): -11556464 or 9480527. OLE color: 9480527.

HSL color Cylindrical-coordinate representation of color #4FA990: hue angle of 163.33º 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 #4FA990 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 169 144 -
CMYK 0.53 0 0.15 0.34
HSL 163.33º 0.36% 0.49% -
HSV(B) 163.33º 0.53% 0.66% -
XYZ 22.45 32.05 31.39 -
YUV 139.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 79 169 144 0.53 0 0.15 0.34 163.33 0.36 0.49
Hex 4F A9 90 35 0 F 22 A3 24 31
Octal 117 251 220 65 0 17 42 243 44 61
Binary 1001111 10101001 10010000 110101 0 1111 100010 10100011 100100 110001

Color Harmonies of #4FA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA990

Black with #4FA990

Text Example


Text Example

White with #4FA990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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