Html Css Color HEX #4E836C Cutty Sark

📋 copy color: '#4E836C'

red 78 ◦ green 131 ◦ blue 108

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

Shades of Cutty Sark #4E836C

Tints of Cutty Sark #4E836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 24.61%
G = 41.32%
B = 34.07%

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

#4E836C (or 0x4E836C) is known color: Cutty Sark. HEX triplet: 4E, 83 and 6C. RGB value is (78,131,108). Sum of RGB (Red+Green+Blue) = 78+131+108=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #4E836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E836C is #B17C93. Grayscale: #707070. Windows color (decimal): -11631764 or 7111502. OLE color: 7111502.

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

Color convert

RGB 78 131 108 -
CMYK 0.40 0 0.18 0.49
HSL 153.96º 0.25% 0.41% -
HSV(B) 153.96º 0.4% 0.51% -
XYZ 13.96 18.94 17.11 -
YUV 112.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 78 131 108 0.40 0 0.18 0.49 153.96 0.25 0.41
Hex 4E 83 6C 28 0 12 31 9A 19 29
Octal 116 203 154 50 0 22 61 232 31 51
Binary 1001110 10000011 1101100 101000 0 10010 110001 10011010 11001 101001

Color Harmonies of #4E836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E836C

Black with #4E836C

Text Example


Text Example

White with #4E836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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