#4F846A

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

Shades of Cutty Sark #4F846A

Tints of Cutty Sark #4F846A

Color information

#4F846A (or 0x4F846A) is unknown color: approx Cutty Sark. HEX triplet: 4F, 84 and 6A. RGB value is (79,132,106). Sum of RGB (Red+Green+Blue) = 79+132+106=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 132 - color contains mainly: green. Hex color #4F846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F846A is #B07B95. Grayscale: #717171. Windows color (decimal): -11565974 or 6980687. OLE color: 6980687.

HSL color Cylindrical-coordinate representation of color #4F846A: hue angle of 150.57º 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 #4F846A is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB79132106-
CMYK0.4000.200.48
HSL150.57º25.12%41.37%-
HSV(B)150.57º40.15%51.76%-
XYZ14.0819.2116.6-
YUV113.19123.94103.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.92%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=24.92%
G=41.64%
B=33.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791321060.4000.200.48150.5725.1241.37
Hex4F846A2801430971929
Octal11720415250024602273151
Binary10011111000010011010101010000101001100001001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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