#042193

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

Shades of Smalt #042193

Tints of Smalt #042193

Color information

#042193 (or 0x042193) is unknown color: approx Smalt. HEX triplet: 04, 21 and 93. RGB value is (4,33,147). Sum of RGB (Red+Green+Blue) = 4+33+147=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 147 (57.81% from 255 or 79.89% from 184); Max value from RGB is 147 - color contains mainly: blue. Hex color #042193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042193 is #FBDE6C. Grayscale: #242424. Windows color (decimal): -16506477 or 9642244. OLE color: 9642244.

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

Color convert

RGB433147-
CMYK0.970.7800.42
HSL227.83º94.7%29.61%-
HSV(B)227.83º97.28%57.65%-
XYZ5.863.2227.92-
YUV37.33189.89104.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 33 (13.28% from 255) = 17.93%
BLUE value IS 147 (57.81% from 255) = 79.89%
R=2.17%
G=17.93%
B=79.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4331470.970.7800.42227.8394.729.61
Hex42193614E02Ae45f1e
Octal44122314111605234413736
Binary1001000011001001111000011001110010101011100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042193; }

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

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

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

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

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

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

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

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