Html Css Color HEX #4E6468 Smalt Blue

📋 copy color: '#4E6468'

red 78 ◦ green 100 ◦ blue 104

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

Shades of Smalt Blue #4E6468

Tints of Smalt Blue #4E6468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

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

R = 27.66%
G = 35.46%
B = 36.88%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E6468 (or 0x4E6468) is known color: Smalt Blue. HEX triplet: 4E, 64 and 68. RGB value is (78,100,104). Sum of RGB (Red+Green+Blue) = 78+100+104=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6468 is #B19B97. Grayscale: #5D5D5D. Windows color (decimal): -11639704 or 6841422. OLE color: 6841422.

HSL color Cylindrical-coordinate representation of color #4E6468: hue angle of 189.23º 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 #4E6468 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 100 104 -
CMYK 0.25 0.04 0 0.59
HSL 189.23º 0.14% 0.36% -
HSV(B) 189.23º 0.25% 0.41% -
XYZ 10.2 11.73 14.82 -
YUV 93.88 133.71 116.67 -
System Red Green Blue C M Y K H S L
Decimal 78 100 104 0.25 0.04 0 0.59 189.23 0.14 0.36
Hex 4E 64 68 19 4 0 3B BD E 24
Octal 116 144 150 31 4 0 73 275 16 44
Binary 1001110 1100100 1101000 11001 100 0 111011 10111101 1110 100100

Color Harmonies of #4E6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6468

Black with #4E6468

Text Example


Text Example

White with #4E6468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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