Html Css Color HEX #4E6469 Smalt Blue

📋 copy color: '#4E6469'

red 78 ◦ green 100 ◦ blue 105

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

Shades of Smalt Blue #4E6469

Tints of Smalt Blue #4E6469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 27.56%
G = 35.34%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E6469 (or 0x4E6469) is known color: Smalt Blue. HEX triplet: 4E, 64 and 69. RGB value is (78,100,105). Sum of RGB (Red+Green+Blue) = 78+100+105=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E6469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6469 is #B19B96. Grayscale: #5D5D5D. Windows color (decimal): -11639703 or 6906958. OLE color: 6906958.

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

Color convert

RGB 78 100 105 -
CMYK 0.26 0.05 0 0.59
HSL 191.11º 0.15% 0.36% -
HSV(B) 191.11º 0.26% 0.41% -
XYZ 10.25 11.75 15.09 -
YUV 93.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 78 100 105 0.26 0.05 0 0.59 191.11 0.15 0.36
Hex 4E 64 69 1A 5 0 3B BF F 24
Octal 116 144 151 32 5 0 73 277 17 44
Binary 1001110 1100100 1101001 11010 101 0 111011 10111111 1111 100100

Color Harmonies of #4E6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6469

Black with #4E6469

Text Example


Text Example

White with #4E6469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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