Html Css Color HEX #4F9273 Cutty Sark

📋 copy color: '#4F9273'

red 79 ◦ green 146 ◦ blue 115

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

Shades of Cutty Sark #4F9273

Tints of Cutty Sark #4F9273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 23.24%
G = 42.94%
B = 33.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#4F9273 (or 0x4F9273) is known color: Cutty Sark. HEX triplet: 4F, 92 and 73. RGB value is (79,146,115). Sum of RGB (Red+Green+Blue) = 79+146+115=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9273 is #B06D8C. Grayscale: #7A7A7A. Windows color (decimal): -11562381 or 7574095. OLE color: 7574095.

HSL color Cylindrical-coordinate representation of color #4F9273: hue angle of 152.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9273 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 146 115 -
CMYK 0.46 0 0.21 0.43
HSL 152.24º 0.3% 0.44% -
HSV(B) 152.24º 0.46% 0.57% -
XYZ 16.6 23.46 19.87 -
YUV 122.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 79 146 115 0.46 0 0.21 0.43 152.24 0.3 0.44
Hex 4F 92 73 2E 0 15 2B 98 1E 2C
Octal 117 222 163 56 0 25 53 230 36 54
Binary 1001111 10010010 1110011 101110 0 10101 101011 10011000 11110 101100

Color Harmonies of #4F9273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9273

Black with #4F9273

Text Example


Text Example

White with #4F9273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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