#4F846C

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

Shades of Cutty Sark #4F846C

Tints of Cutty Sark #4F846C

Color information

#4F846C (or 0x4F846C) is unknown color: approx Cutty Sark. HEX triplet: 4F, 84 and 6C. RGB value is (79,132,108). Sum of RGB (Red+Green+Blue) = 79+132+108=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846C is #B07B93. Grayscale: #717171. Windows color (decimal): -11565972 or 7111759. OLE color: 7111759.

HSL color Cylindrical-coordinate representation of color #4F846C: hue angle of 152.83º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F846C is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB79132108-
CMYK0.4000.180.48
HSL152.83º25.12%41.37%-
HSV(B)152.83º40.15%51.76%-
XYZ14.1819.2517.16-
YUV113.42124.94103.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=24.76%
G=41.38%
B=33.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321080.4000.180.48152.8325.1241.37
Hex4F846C2801230991929
Octal11720415450022602313151
Binary10011111000010011011001010000100101100001001100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,108); }

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

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

 a { background-color: rgb(79,132,108); }

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

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

 span { border-color: rgb(79,132,108); }

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