Html Css Color HEX #4F9078 Cutty Sark

📋 copy color: '#4F9078'

red 79 ◦ green 144 ◦ blue 120

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

Shades of Cutty Sark #4F9078

Tints of Cutty Sark #4F9078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 23.03%
G = 41.98%
B = 34.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#4F9078 (or 0x4F9078) is known color: Cutty Sark. HEX triplet: 4F, 90 and 78. RGB value is (79,144,120). Sum of RGB (Red+Green+Blue) = 79+144+120=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9078 is #B06F87. Grayscale: #797979. Windows color (decimal): -11562888 or 7901263. OLE color: 7901263.

HSL color Cylindrical-coordinate representation of color #4F9078: hue angle of 157.85º 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 #4F9078 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 79 144 120 -
CMYK 0.45 0 0.17 0.44
HSL 157.85º 0.29% 0.44% -
HSV(B) 157.85º 0.45% 0.56% -
XYZ 16.59 22.96 21.33 -
YUV 121.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 79 144 120 0.45 0 0.17 0.44 157.85 0.29 0.44
Hex 4F 90 78 2D 0 11 2C 9E 1D 2C
Octal 117 220 170 55 0 21 54 236 35 54
Binary 1001111 10010000 1111000 101101 0 10001 101100 10011110 11101 101100

Color Harmonies of #4F9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9078

Black with #4F9078

Text Example


Text Example

White with #4F9078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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