#4A626B

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

Shades of Smalt Blue #4A626B

Tints of Smalt Blue #4A626B

Color information

#4A626B (or 0x4A626B) is unknown color: approx Smalt Blue. HEX triplet: 4A, 62 and 6B. RGB value is (74,98,107). Sum of RGB (Red+Green+Blue) = 74+98+107=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A626B is #B59D94. Grayscale: #5B5B5B. Windows color (decimal): -11902357 or 7037514. OLE color: 7037514.

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

Color convert

RGB7498107-
CMYK0.310.0800.58
HSL196.36º18.23%35.49%-
HSV(B)196.36º30.84%41.96%-
XYZ9.8511.2515.56-
YUV91.85136.55115.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.52%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=26.52%
G=35.13%
B=38.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74981070.310.0800.58196.3618.2335.49
Hex4A626B1F803Ac41223
Octal11214215337100723042243
Binary10010101100010110101111111100001110101100010010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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