Html Css Color HEX #4E6268 Smalt Blue

📋 copy color: '#4E6268'

red 78 ◦ green 98 ◦ blue 104

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

Shades of Smalt Blue #4E6268

Tints of Smalt Blue #4E6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

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

R = 27.86%
G = 35%
B = 37.14%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E6268 (or 0x4E6268) is known color: Smalt Blue. HEX triplet: 4E, 62 and 68. RGB value is (78,98,104). Sum of RGB (Red+Green+Blue) = 78+98+104=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E6268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6268 is #B19D97. Grayscale: #5C5C5C. Windows color (decimal): -11640216 or 6840910. OLE color: 6840910.

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

Color convert

RGB 78 98 104 -
CMYK 0.25 0.06 0 0.59
HSL 193.85º 0.14% 0.36% -
HSV(B) 193.85º 0.25% 0.41% -
XYZ 10.01 11.35 14.76 -
YUV 92.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 78 98 104 0.25 0.06 0 0.59 193.85 0.14 0.36
Hex 4E 62 68 19 6 0 3B C2 E 24
Octal 116 142 150 31 6 0 73 302 16 44
Binary 1001110 1100010 1101000 11001 110 0 111011 11000010 1110 100100

Color Harmonies of #4E6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6268

Black with #4E6268

Text Example


Text Example

White with #4E6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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