#043A92

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

Shades of Smalt #043A92

Tints of Smalt #043A92

Color information

#043A92 (or 0x043A92) is unknown color: approx Smalt. HEX triplet: 04, 3A and 92. RGB value is (4,58,146). Sum of RGB (Red+Green+Blue) = 4+58+146=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 146 (57.42% from 255 or 70.19% from 208); Max value from RGB is 146 - color contains mainly: blue. Hex color #043A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043A92 is #FBC56D. Grayscale: #333333. Windows color (decimal): -16500078 or 9583108. OLE color: 9583108.

HSL color Cylindrical-coordinate representation of color #043A92: hue angle of 217.18º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043A92 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB458146-
CMYK0.970.6000.43
HSL217.18º94.67%29.41%-
HSV(B)217.18º97.26%57.25%-
XYZ6.755.1327.83-
YUV51.89181.1193.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 146 (57.42% from 255) = 70.19%
R=1.92%
G=27.88%
B=70.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4581460.970.6000.43217.1894.6729.41
Hex43A92613C02Bd95f1d
Octal4722221417405333113735
Binary100111010100100101100001111100010101111011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A92; }

 p { color: rgb(4,58,146); }

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

<style>
 a { background-color: #043A92; }

 a { background-color: rgb(4,58,146); }

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

<style>
 span { border-color: #043A92; }

 span { border-color: rgb(4,58,146); }

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