#043093

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

Shades of Smalt #043093

Tints of Smalt #043093

Color information

#043093 (or 0x043093) is unknown color: approx Smalt. HEX triplet: 04, 30 and 93. RGB value is (4,48,147). Sum of RGB (Red+Green+Blue) = 4+48+147=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #043093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043093 is #FBCF6C. Grayscale: #2D2D2D. Windows color (decimal): -16502637 or 9646084. OLE color: 9646084.

HSL color Cylindrical-coordinate representation of color #043093: hue angle of 221.54º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043093 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB448147-
CMYK0.970.6700.42
HSL221.54º94.7%29.61%-
HSV(B)221.54º97.28%57.65%-
XYZ6.374.2528.09-
YUV46.13184.9297.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 147 (57.81% from 255) = 73.87%
R=2.01%
G=24.12%
B=73.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4481470.970.6700.42221.5494.729.61
Hex43093614302Ade5f1e
Octal46022314110305233613736
Binary1001100001001001111000011000011010101011011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043093; }

 p { color: rgb(4,48,147); }

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

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

 a { background-color: rgb(4,48,147); }

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

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

 span { border-color: rgb(4,48,147); }

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