#043182

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

Shades of Smalt #043182

Tints of Smalt #043182

Color information

#043182 (or 0x043182) is unknown color: approx Smalt. HEX triplet: 04, 31 and 82. RGB value is (4,49,130). Sum of RGB (Red+Green+Blue) = 4+49+130=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #043182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043182 is #FBCE7D. Grayscale: #2C2C2C. Windows color (decimal): -16502398 or 8532228. OLE color: 8532228.

HSL color Cylindrical-coordinate representation of color #043182: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043182 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB449130-
CMYK0.970.6200.49
HSL218.57º94.03%26.27%-
HSV(B)218.57º96.92%50.98%-
XYZ5.183.8321.59-
YUV44.78176.0998.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 49 (19.53% from 255) = 26.78%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=2.19%
G=26.78%
B=71.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4491300.970.6200.49218.5794.0326.27
Hex43182613E031db5e1a
Octal4612021417606133313632
Binary100110001100000101100001111110011000111011011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043182; }

 p { color: rgb(4,49,130); }

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

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

 a { background-color: rgb(4,49,130); }

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

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

 span { border-color: rgb(4,49,130); }

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