#4B6267

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

Shades of Smalt Blue #4B6267

Tints of Smalt Blue #4B6267

Color information

#4B6267 (or 0x4B6267) is unknown color: approx Smalt Blue. HEX triplet: 4B, 62 and 67. RGB value is (75,98,103). Sum of RGB (Red+Green+Blue) = 75+98+103=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B6267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6267 is #B49D98. Grayscale: #5B5B5B. Windows color (decimal): -11836825 or 6775371. OLE color: 6775371.

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

Color convert

RGB7598103-
CMYK0.270.0500.60
HSL190.71º15.73%34.9%-
HSV(B)190.71º27.18%40.39%-
XYZ9.7211.2114.48-
YUV91.69134.38116.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=27.17%
G=35.51%
B=37.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75981030.270.0500.60190.7115.7334.9
Hex4B62671B503Cbf1023
Octal1131421473350742772043
Binary1001011110001011001111101110101111001011111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,98,103); }

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

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

 a { background-color: rgb(75,98,103); }

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

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

 span { border-color: rgb(75,98,103); }

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