#4E846A

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

Shades of Cutty Sark #4E846A

Tints of Cutty Sark #4E846A

Color information

#4E846A (or 0x4E846A) is unknown color: approx Cutty Sark. HEX triplet: 4E, 84 and 6A. RGB value is (78,132,106). Sum of RGB (Red+Green+Blue) = 78+132+106=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #4E846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E846A is #B17B95. Grayscale: #707070. Windows color (decimal): -11631510 or 6980686. OLE color: 6980686.

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

Color convert

RGB78132106-
CMYK0.4100.200.48
HSL151.11º25.71%41.18%-
HSV(B)151.11º40.91%51.76%-
XYZ13.9919.1616.6-
YUV112.89124.11103.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.68%
GREEN value IS 132 (51.95% from 255) = 41.77%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=24.68%
G=41.77%
B=33.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781321060.4100.200.48151.1125.7141.18
Hex4E846A2901430971a29
Octal11620415251024602273251
Binary10011101000010011010101010010101001100001001011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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