#4B626B

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

Shades of Smalt Blue #4B626B

Tints of Smalt Blue #4B626B

Color information

#4B626B (or 0x4B626B) is unknown color: approx Smalt Blue. HEX triplet: 4B, 62 and 6B. RGB value is (75,98,107). Sum of RGB (Red+Green+Blue) = 75+98+107=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B626B is #B49D94. Grayscale: #5C5C5C. Windows color (decimal): -11836821 or 7037515. OLE color: 7037515.

HSL color Cylindrical-coordinate representation of color #4B626B: hue angle of 196.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B626B is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7598107-
CMYK0.300.0800.58
HSL196.88º17.58%35.69%-
HSV(B)196.88º29.91%41.96%-
XYZ9.9211.2915.57-
YUV92.15136.38115.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=26.79%
G=35%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75981070.300.0800.58196.8817.5835.69
Hex4B626B1E803Ac51224
Octal11314215336100723052244
Binary10010111100010110101111110100001110101100010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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