#4B6165

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

Shades of Smalt Blue #4B6165

Tints of Smalt Blue #4B6165

Color information

#4B6165 (or 0x4B6165) is unknown color: approx Smalt Blue. HEX triplet: 4B, 61 and 65. RGB value is (75,97,101). Sum of RGB (Red+Green+Blue) = 75+97+101=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B6165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6165 is #B49E9A. Grayscale: #5A5A5A. Windows color (decimal): -11837083 or 6644043. OLE color: 6644043.

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

Color convert

RGB7597101-
CMYK0.260.0400.60
HSL189.23º14.77%34.51%-
HSV(B)189.23º25.74%39.61%-
XYZ9.5310.9813.93-
YUV90.88133.71116.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 101 (39.84% from 255) = 37.00%
R=27.47%
G=35.53%
B=37.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75971010.260.0400.60189.2314.7734.51
Hex4B61651A403Cbdf23
Octal1131411453240742751743
Binary100101111000011100101110101000111100101111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,101); }

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

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

 a { background-color: rgb(75,97,101); }

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

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

 span { border-color: rgb(75,97,101); }

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