#4B646A

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

Shades of Smalt Blue #4B646A

Tints of Smalt Blue #4B646A

Color information

#4B646A (or 0x4B646A) is unknown color: approx Smalt Blue. HEX triplet: 4B, 64 and 6A. RGB value is (75,100,106). Sum of RGB (Red+Green+Blue) = 75+100+106=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B646A is #B49B95. Grayscale: #5D5D5D. Windows color (decimal): -11836310 or 6972491. OLE color: 6972491.

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

Color convert

RGB75100106-
CMYK0.290.0600.58
HSL191.61º17.13%35.49%-
HSV(B)191.61º29.25%41.57%-
XYZ10.0611.6515.35-
YUV93.21135.22115.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=26.69%
G=35.59%
B=37.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal751001060.290.0600.58191.6117.1335.49
Hex4B646A1D603Ac01123
Octal1131441523560723002143
Binary1001011110010011010101110111001110101100000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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