Html Css Color HEX #4E826C Cutty Sark

📋 copy color: '#4E826C'

red 78 ◦ green 130 ◦ blue 108

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

Shades of Cutty Sark #4E826C

Tints of Cutty Sark #4E826C

RGB

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

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

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

R = 24.68%
G = 41.14%
B = 34.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#4E826C (or 0x4E826C) is known color: Cutty Sark. HEX triplet: 4E, 82 and 6C. RGB value is (78,130,108). Sum of RGB (Red+Green+Blue) = 78+130+108=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #4E826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E826C is #B17D93. Grayscale: #6F6F6F. Windows color (decimal): -11632020 or 7111246. OLE color: 7111246.

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

Color convert

RGB 78 130 108 -
CMYK 0.40 0 0.17 0.49
HSL 154.62º 0.25% 0.41% -
HSV(B) 154.62º 0.4% 0.51% -
XYZ 13.83 18.67 17.06 -
YUV 111.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 78 130 108 0.40 0 0.17 0.49 154.62 0.25 0.41
Hex 4E 82 6C 28 0 11 31 9B 19 29
Octal 116 202 154 50 0 21 61 233 31 51
Binary 1001110 10000010 1101100 101000 0 10001 110001 10011011 11001 101001

Color Harmonies of #4E826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E826C

Black with #4E826C

Text Example


Text Example

White with #4E826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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