#042E95

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

Shades of Smalt #042E95

Tints of Smalt #042E95

Color information

#042E95 (or 0x042E95) is unknown color: approx Smalt. HEX triplet: 04, 2E and 95. RGB value is (4,46,149). Sum of RGB (Red+Green+Blue) = 4+46+149=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #042E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E95 is #FBD16A. Grayscale: #2C2C2C. Windows color (decimal): -16503147 or 9776644. OLE color: 9776644.

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

Color convert

RGB446149-
CMYK0.970.6900.42
HSL222.62º94.77%30%-
HSV(B)222.62º97.32%58.43%-
XYZ6.454.1528.89-
YUV45.18186.5998.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 149 (58.59% from 255) = 74.87%
R=2.01%
G=23.12%
B=74.87%

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
Decimal4461490.970.6900.42222.6294.7730
Hex42E95614502Adf5f1e
Octal45622514110505233713736
Binary1001011101001010111000011000101010101011011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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