Html Css Color HEX #4E5967 Bright Grey

📋 copy color: '#4E5967'

red 78 ◦ green 89 ◦ blue 103

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

Shades of Bright Grey #4E5967

Tints of Bright Grey #4E5967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 28.89%
G = 32.96%
B = 38.15%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E5967 (or 0x4E5967) is known color: Bright Grey. HEX triplet: 4E, 59 and 67. RGB value is (78,89,103). Sum of RGB (Red+Green+Blue) = 78+89+103=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5967 is #B1A698. Grayscale: #575757. Windows color (decimal): -11642521 or 6773070. OLE color: 6773070.

HSL color Cylindrical-coordinate representation of color #4E5967: hue angle of 213.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5967 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 89 103 -
CMYK 0.24 0.14 0 0.60
HSL 213.6º 0.14% 0.35% -
HSV(B) 213.6º 0.24% 0.4% -
XYZ 9.16 9.74 14.23 -
YUV 87.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 78 89 103 0.24 0.14 0 0.60 213.6 0.14 0.35
Hex 4E 59 67 18 E 0 3C D6 E 23
Octal 116 131 147 30 16 0 74 326 16 43
Binary 1001110 1011001 1100111 11000 1110 0 111100 11010110 1110 100011

Color Harmonies of #4E5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5967

Black with #4E5967

Text Example


Text Example

White with #4E5967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,89,103); }

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

background-color css

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

 a { background-color: rgb(78,89,103); }

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

border-color css

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

 span { border-color: rgb(78,89,103); }

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