#4C6469

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

Shades of Smalt Blue #4C6469

Tints of Smalt Blue #4C6469

Color information

#4C6469 (or 0x4C6469) is unknown color: approx Smalt Blue. HEX triplet: 4C, 64 and 69. RGB value is (76,100,105). Sum of RGB (Red+Green+Blue) = 76+100+105=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C6469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6469 is #B39B96. Grayscale: #5D5D5D. Windows color (decimal): -11770775 or 6906956. OLE color: 6906956.

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

Color convert

RGB76100105-
CMYK0.280.0500.59
HSL190.34º16.02%35.49%-
HSV(B)190.34º27.62%41.18%-
XYZ10.0911.6715.09-
YUV93.39134.55115.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=27.05%
G=35.59%
B=37.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal761001050.280.0500.59190.3416.0235.49
Hex4C64691C503Bbe1023
Octal1141441513450732762043
Binary1001100110010011010011110010101110111011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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