#4B6469

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

Shades of Smalt Blue #4B6469

Tints of Smalt Blue #4B6469

Color information

#4B6469 (or 0x4B6469) is unknown color: approx Smalt Blue. HEX triplet: 4B, 64 and 69. RGB value is (75,100,105). Sum of RGB (Red+Green+Blue) = 75+100+105=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #4B6469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6469 is #B49B96. Grayscale: #5D5D5D. Windows color (decimal): -11836311 or 6906955. OLE color: 6906955.

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

Color convert

RGB75100105-
CMYK0.290.0500.59
HSL190º16.67%35.29%-
HSV(B)190º28.57%41.18%-
XYZ10.0111.6315.08-
YUV93.1134.72115.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=26.79%
G=35.71%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal751001050.290.0500.5919016.6735.29
Hex4B64691D503Bbe1123
Octal1131441513550732762143
Binary1001011110010011010011110110101110111011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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