Html Css Color HEX #4E5E6E Chambray

📋 copy color: '#4E5E6E'

red 78 ◦ green 94 ◦ blue 110

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

Shades of Chambray #4E5E6E

Tints of Chambray #4E5E6E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 27.66%
G = 33.33%
B = 39.01%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E5E6E (or 0x4E5E6E) is known color: Chambray. HEX triplet: 4E, 5E and 6E. RGB value is (78,94,110). Sum of RGB (Red+Green+Blue) = 78+94+110=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E5E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5E6E is #B1A191. Grayscale: #5A5A5A. Windows color (decimal): -11641234 or 7233102. OLE color: 7233102.

HSL color Cylindrical-coordinate representation of color #4E5E6E: hue angle of 210º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E5E6E is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 94 110 -
CMYK 0.29 0.15 0 0.57
HSL 210º 0.17% 0.37% -
HSV(B) 210º 0.29% 0.43% -
XYZ 9.96 10.75 16.3 -
YUV 91.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 78 94 110 0.29 0.15 0 0.57 210 0.17 0.37
Hex 4E 5E 6E 1D F 0 39 D2 11 25
Octal 116 136 156 35 17 0 71 322 21 45
Binary 1001110 1011110 1101110 11101 1111 0 111001 11010010 10001 100101

Color Harmonies of #4E5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5E6E

Black with #4E5E6E

Text Example


Text Example

White with #4E5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,94,110); }

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

background-color css

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

 a { background-color: rgb(78,94,110); }

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

border-color css

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

 span { border-color: rgb(78,94,110); }

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