#043994

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

Shades of Smalt #043994

Tints of Smalt #043994

Color information

#043994 (or 0x043994) is unknown color: approx Smalt. HEX triplet: 04, 39 and 94. RGB value is (4,57,148). Sum of RGB (Red+Green+Blue) = 4+57+148=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #043994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043994 is #FBC66B. Grayscale: #333333. Windows color (decimal): -16500332 or 9713924. OLE color: 9713924.

HSL color Cylindrical-coordinate representation of color #043994: hue angle of 217.92º 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 #043994 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB457148-
CMYK0.970.6100.42
HSL217.92º94.74%29.8%-
HSV(B)217.92º97.3%58.04%-
XYZ6.865.0928.64-
YUV51.53182.4494.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 148 (58.20% from 255) = 70.81%
R=1.91%
G=27.27%
B=70.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4571480.970.6100.42217.9294.7429.8
Hex43994613D02Ada5f1e
Octal4712241417505233213736
Binary100111001100101001100001111101010101011011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043994; }

 p { color: rgb(4,57,148); }

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

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

 a { background-color: rgb(4,57,148); }

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

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

 span { border-color: rgb(4,57,148); }

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