Html Css Color HEX #4F906E Cutty Sark

📋 copy color: '#4F906E'

red 79 ◦ green 144 ◦ blue 110

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

Shades of Cutty Sark #4F906E

Tints of Cutty Sark #4F906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 23.72%
G = 43.24%
B = 33.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#4F906E (or 0x4F906E) is known color: Cutty Sark. HEX triplet: 4F, 90 and 6E. RGB value is (79,144,110). Sum of RGB (Red+Green+Blue) = 79+144+110=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #4F906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F906E is #B06F91. Grayscale: #787878. Windows color (decimal): -11562898 or 7245903. OLE color: 7245903.

HSL color Cylindrical-coordinate representation of color #4F906E: hue angle of 148.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4F906E is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 110 -
CMYK 0.45 0 0.24 0.44
HSL 148.62º 0.29% 0.44% -
HSV(B) 148.62º 0.45% 0.56% -
XYZ 16.01 22.73 18.3 -
YUV 120.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 79 144 110 0.45 0 0.24 0.44 148.62 0.29 0.44
Hex 4F 90 6E 2D 0 18 2C 95 1D 2C
Octal 117 220 156 55 0 30 54 225 35 54
Binary 1001111 10010000 1101110 101101 0 11000 101100 10010101 11101 101100

Color Harmonies of #4F906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F906E

Black with #4F906E

Text Example


Text Example

White with #4F906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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