#042E93

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

Shades of Smalt #042E93

Tints of Smalt #042E93

Color information

#042E93 (or 0x042E93) is unknown color: approx Smalt. HEX triplet: 04, 2E and 93. RGB value is (4,46,147). Sum of RGB (Red+Green+Blue) = 4+46+147=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #042E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E93 is #FBD16C. Grayscale: #2C2C2C. Windows color (decimal): -16503149 or 9645572. OLE color: 9645572.

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

Color convert

RGB446147-
CMYK0.970.6900.42
HSL222.38º94.7%29.61%-
HSV(B)222.38º97.28%57.65%-
XYZ6.294.0928.06-
YUV44.96185.5998.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 147 (57.81% from 255) = 74.62%
R=2.03%
G=23.35%
B=74.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4461470.970.6900.42222.3894.729.61
Hex42E93614502Ade5f1e
Octal45622314110505233613736
Binary1001011101001001111000011000101010101011011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042E93; }

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

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

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

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

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

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

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

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