#043992

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

Shades of Smalt #043992

Tints of Smalt #043992

Color information

#043992 (or 0x043992) is unknown color: approx Smalt. HEX triplet: 04, 39 and 92. RGB value is (4,57,146). Sum of RGB (Red+Green+Blue) = 4+57+146=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #043992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043992 is #FBC66D. Grayscale: #323232. Windows color (decimal): -16500334 or 9582852. OLE color: 9582852.

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

Color convert

RGB457146-
CMYK0.970.6100.43
HSL217.61º94.67%29.41%-
HSV(B)217.61º97.26%57.25%-
XYZ6.75.0327.81-
YUV51.3181.4494.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 146 (57.42% from 255) = 70.53%
R=1.93%
G=27.54%
B=70.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4571460.970.6100.43217.6194.6729.41
Hex43992613D02Bda5f1d
Octal4712221417505333213735
Binary100111001100100101100001111101010101111011010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043992; }

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

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

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

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

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

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

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

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