Html Css Color HEX #4E836B Cutty Sark

📋 copy color: '#4E836B'

red 78 ◦ green 131 ◦ blue 107

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

Shades of Cutty Sark #4E836B

Tints of Cutty Sark #4E836B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 24.68%
G = 41.46%
B = 33.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#4E836B (or 0x4E836B) is known color: Cutty Sark. HEX triplet: 4E, 83 and 6B. RGB value is (78,131,107). Sum of RGB (Red+Green+Blue) = 78+131+107=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #4E836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E836B is #B17C94. Grayscale: #707070. Windows color (decimal): -11631765 or 7045966. OLE color: 7045966.

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

Color convert

RGB 78 131 107 -
CMYK 0.40 0 0.18 0.49
HSL 152.83º 0.25% 0.41% -
HSV(B) 152.83º 0.4% 0.51% -
XYZ 13.91 18.91 16.83 -
YUV 112.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 78 131 107 0.40 0 0.18 0.49 152.83 0.25 0.41
Hex 4E 83 6B 28 0 12 31 99 19 29
Octal 116 203 153 50 0 22 61 231 31 51
Binary 1001110 10000011 1101011 101000 0 10010 110001 10011001 11001 101001

Color Harmonies of #4E836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E836B

Black with #4E836B

Text Example


Text Example

White with #4E836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,131,107); }

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

background-color css

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

 a { background-color: rgb(78,131,107); }

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

border-color css

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

 span { border-color: rgb(78,131,107); }

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