Html Css Color HEX #4E6079 Chambray

📋 copy color: '#4E6079'

red 78 ◦ green 96 ◦ blue 121

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

Shades of Chambray #4E6079

Tints of Chambray #4E6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 121 (47.66% from 255) = 41.02%

R = 26.44%
G = 32.54%
B = 41.02%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E6079 (or 0x4E6079) is known color: Chambray. HEX triplet: 4E, 60 and 79. RGB value is (78,96,121). Sum of RGB (Red+Green+Blue) = 78+96+121=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E6079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6079 is #B19F86. Grayscale: #5D5D5D. Windows color (decimal): -11640711 or 7954510. OLE color: 7954510.

HSL color Cylindrical-coordinate representation of color #4E6079: hue angle of 214.88º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E6079 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 96 121 -
CMYK 0.36 0.21 0 0.53
HSL 214.88º 0.22% 0.39% -
HSV(B) 214.88º 0.36% 0.47% -
XYZ 10.78 11.37 19.72 -
YUV 93.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 78 96 121 0.36 0.21 0 0.53 214.88 0.22 0.39
Hex 4E 60 79 24 15 0 35 D7 16 27
Octal 116 140 171 44 25 0 65 327 26 47
Binary 1001110 1100000 1111001 100100 10101 0 110101 11010111 10110 100111

Color Harmonies of #4E6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6079

Black with #4E6079

Text Example


Text Example

White with #4E6079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,121); }

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

background-color css

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

 a { background-color: rgb(78,96,121); }

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

border-color css

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

 span { border-color: rgb(78,96,121); }

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