#4F8274

Color #4F8274 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #4F8274

Tints of Cutty Sark #4F8274

Color information

#4F8274 (or 0x4F8274) is unknown color: approx Cutty Sark. HEX triplet: 4F, 82 and 74. RGB value is (79,130,116). Sum of RGB (Red+Green+Blue) = 79+130+116=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 130 - color contains mainly: green. Hex color #4F8274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F8274 is #B07D8B. Grayscale: #717171. Windows color (decimal): -11566476 or 7635535. OLE color: 7635535.

HSL color Cylindrical-coordinate representation of color #4F8274: hue angle of 163.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F8274 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB79130116-
CMYK0.3900.110.49
HSL163.53º24.4%40.98%-
HSV(B)163.53º39.23%50.98%-
XYZ14.3618.8919.41-
YUV113.16129.6103.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.31%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 35.69%
R=24.31%
G=40%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301160.3900.110.49163.5324.440.98
Hex4F8274270B31a41829
Octal11720216447013612443051
Binary1001111100000101110100100111010111100011010010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,130,116); }

 H1.HeaderClassName
 {
   color: #4F8274;
 }
 .AnyTagClassName
 {
   color: #4F8274;
 }
</style>
background-color css

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

 a { background-color: rgb(79,130,116); }

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

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

 span { border-color: rgb(79,130,116); }

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