#4F826B

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

Shades of Cutty Sark #4F826B

Tints of Cutty Sark #4F826B

Color information

#4F826B (or 0x4F826B) is unknown color: approx Cutty Sark. HEX triplet: 4F, 82 and 6B. RGB value is (79,130,107). Sum of RGB (Red+Green+Blue) = 79+130+107=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #4F826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F826B is #B07D94. Grayscale: #707070. Windows color (decimal): -11566485 or 7045711. OLE color: 7045711.

HSL color Cylindrical-coordinate representation of color #4F826B: hue angle of 152.94º 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 #4F826B is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB79130107-
CMYK0.3900.180.49
HSL152.94º24.4%40.98%-
HSV(B)152.94º39.23%50.98%-
XYZ13.8618.6916.79-
YUV112.13125.1104.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=25%
G=41.14%
B=33.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791301070.3900.180.49152.9424.440.98
Hex4F826B2701231991829
Octal11720215347022612313051
Binary10011111000001011010111001110100101100011001100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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