#4E6369

Color #4E6369 Smalt Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt Blue #4E6369

Tints of Smalt Blue #4E6369

Color information

#4E6369 (or 0x4E6369) is unknown color: approx Smalt Blue. HEX triplet: 4E, 63 and 69. RGB value is (78,99,105). Sum of RGB (Red+Green+Blue) = 78+99+105=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E6369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6369 is #B19C96. Grayscale: #5D5D5D. Windows color (decimal): -11639959 or 6906702. OLE color: 6906702.

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

Color convert

RGB7899105-
CMYK0.260.0600.59
HSL193.33º14.75%35.88%-
HSV(B)193.33º25.71%41.18%-
XYZ10.1511.5615.06-
YUV93.4134.54117.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=27.66%
G=35.11%
B=37.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78991050.260.0600.59193.3314.7535.88
Hex4E63691A603Bc1f24
Octal1161431513260733011744
Binary100111011000111101001110101100111011110000011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E6369;
 }
 .AnyTagClassName
 {
   color: #4E6369;
 }
</style>
background-color css

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

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

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

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

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

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