Html Css Color HEX #4E6063 Smalt Blue

📋 copy color: '#4E6063'

red 78 ◦ green 96 ◦ blue 99

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

Shades of Smalt Blue #4E6063

Tints of Smalt Blue #4E6063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 28.57%
G = 35.16%
B = 36.26%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E6063 (or 0x4E6063) is known color: Smalt Blue. HEX triplet: 4E, 60 and 63. RGB value is (78,96,99). Sum of RGB (Red+Green+Blue) = 78+96+99=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6063 is #B19F9C. Grayscale: #5A5A5A. Windows color (decimal): -11640733 or 6512718. OLE color: 6512718.

HSL color Cylindrical-coordinate representation of color #4E6063: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E6063 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 78 96 99 -
CMYK 0.21 0.03 0 0.61
HSL 188.57º 0.12% 0.35% -
HSV(B) 188.57º 0.21% 0.39% -
XYZ 9.58 10.89 13.4 -
YUV 90.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 78 96 99 0.21 0.03 0 0.61 188.57 0.12 0.35
Hex 4E 60 63 15 3 0 3D BD C 23
Octal 116 140 143 25 3 0 75 275 14 43
Binary 1001110 1100000 1100011 10101 11 0 111101 10111101 1100 100011

Color Harmonies of #4E6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6063

Black with #4E6063

Text Example


Text Example

White with #4E6063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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