Html Css Color HEX #4E6368 Smalt Blue

📋 copy color: '#4E6368'

red 78 ◦ green 99 ◦ blue 104

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

Shades of Smalt Blue #4E6368

Tints of Smalt Blue #4E6368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 27.76%
G = 35.23%
B = 37.01%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E6368 (or 0x4E6368) is known color: Smalt Blue. HEX triplet: 4E, 63 and 68. RGB value is (78,99,104). Sum of RGB (Red+Green+Blue) = 78+99+104=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6368 is #B19C97. Grayscale: #5D5D5D. Windows color (decimal): -11639960 or 6841166. OLE color: 6841166.

HSL color Cylindrical-coordinate representation of color #4E6368: hue angle of 191.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6368 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 99 104 -
CMYK 0.25 0.05 0 0.59
HSL 191.54º 0.14% 0.36% -
HSV(B) 191.54º 0.25% 0.41% -
XYZ 10.1 11.54 14.79 -
YUV 93.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 78 99 104 0.25 0.05 0 0.59 191.54 0.14 0.36
Hex 4E 63 68 19 5 0 3B C0 E 24
Octal 116 143 150 31 5 0 73 300 16 44
Binary 1001110 1100011 1101000 11001 101 0 111011 11000000 1110 100100

Color Harmonies of #4E6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6368

Black with #4E6368

Text Example


Text Example

White with #4E6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,99,104); }

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

background-color css

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

 a { background-color: rgb(78,99,104); }

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

border-color css

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

 span { border-color: rgb(78,99,104); }

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