#4B6168

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

Shades of Smalt Blue #4B6168

Tints of Smalt Blue #4B6168

Color information

#4B6168 (or 0x4B6168) is unknown color: approx Smalt Blue. HEX triplet: 4B, 61 and 68. RGB value is (75,97,104). Sum of RGB (Red+Green+Blue) = 75+97+104=276 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.17% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6168 is #B49E97. Grayscale: #5B5B5B. Windows color (decimal): -11837080 or 6840651. OLE color: 6840651.

HSL color Cylindrical-coordinate representation of color #4B6168: hue angle of 194.48º 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 #4B6168 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7597104-
CMYK0.280.0700.59
HSL194.48º16.2%35.1%-
HSV(B)194.48º27.88%40.78%-
XYZ9.6811.0414.72-
YUV91.22135.21116.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.17%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=27.17%
G=35.14%
B=37.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75971040.280.0700.59194.4816.235.1
Hex4B61681C703Bc21023
Octal1131411503470733022043
Binary1001011110000111010001110011101110111100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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