#043092

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

Shades of Smalt #043092

Tints of Smalt #043092

Color information

#043092 (or 0x043092) is unknown color: approx Smalt. HEX triplet: 04, 30 and 92. RGB value is (4,48,146). Sum of RGB (Red+Green+Blue) = 4+48+146=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 146 (57.42% from 255 or 73.74% from 198); Max value from RGB is 146 - color contains mainly: blue. Hex color #043092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043092 is #FBCF6D. Grayscale: #2D2D2D. Windows color (decimal): -16502638 or 9580548. OLE color: 9580548.

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

Color convert

RGB448146-
CMYK0.970.6700.43
HSL221.41º94.67%29.41%-
HSV(B)221.41º97.26%57.25%-
XYZ6.34.2227.68-
YUV46.02184.4298.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 146 (57.42% from 255) = 73.74%
R=2.02%
G=24.24%
B=73.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4481460.970.6700.43221.4194.6729.41
Hex43092614302Bdd5f1d
Octal46022214110305333513735
Binary1001100001001001011000011000011010101111011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043092; }

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

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

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

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

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

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

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

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