Html Css Color HEX #4E8269 Cutty Sark

📋 copy color: '#4E8269'

red 78 ◦ green 130 ◦ blue 105

#4E8269
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #4E8269

Tints of Cutty Sark #4E8269

RGB

 RED value IS 78 (30.86% from 255) = 24.92%

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 24.92%
G = 41.53%
B = 33.55%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#4E8269 (or 0x4E8269) is known color: Cutty Sark. HEX triplet: 4E, 82 and 69. RGB value is (78,130,105). Sum of RGB (Red+Green+Blue) = 78+130+105=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8269 is #B17D96. Grayscale: #6F6F6F. Windows color (decimal): -11632023 or 6914638. OLE color: 6914638.

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

Color convert

RGB 78 130 105 -
CMYK 0.40 0 0.19 0.49
HSL 151.15º 0.25% 0.41% -
HSV(B) 151.15º 0.4% 0.51% -
XYZ 13.67 18.6 16.23 -
YUV 111.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 78 130 105 0.40 0 0.19 0.49 151.15 0.25 0.41
Hex 4E 82 69 28 0 13 31 97 19 29
Octal 116 202 151 50 0 23 61 227 31 51
Binary 1001110 10000010 1101001 101000 0 10011 110001 10010111 11001 101001

Color Harmonies of #4E8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8269

Black with #4E8269

Text Example


Text Example

White with #4E8269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,130,105); }

 H1.HeaderClassName
 {
   color: #4E8269;
 }
 .AnyTagClassName
 {
   color: #4E8269;
 }
</style>

background-color css

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

 a { background-color: rgb(78,130,105); }

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

border-color css

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

 span { border-color: rgb(78,130,105); }

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