#043894

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

Shades of Smalt #043894

Tints of Smalt #043894

Color information

#043894 (or 0x043894) is unknown color: approx Smalt. HEX triplet: 04, 38 and 94. RGB value is (4,56,148). Sum of RGB (Red+Green+Blue) = 4+56+148=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 148 (58.20% from 255 or 71.15% from 208); Max value from RGB is 148 - color contains mainly: blue. Hex color #043894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043894 is #FBC76B. Grayscale: #323232. Windows color (decimal): -16500588 or 9713668. OLE color: 9713668.

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

Color convert

RGB456148-
CMYK0.970.6200.42
HSL218.33º94.74%29.8%-
HSV(B)218.33º97.3%58.04%-
XYZ6.814.9928.62-
YUV50.94182.7794.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 148 (58.20% from 255) = 71.15%
R=1.92%
G=26.92%
B=71.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4561480.970.6200.42218.3394.7429.8
Hex43894613E02Ada5f1e
Octal4702241417605233213736
Binary100111000100101001100001111110010101011011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043894; }

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

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

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

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

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

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

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

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