#042393

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

Shades of Smalt #042393

Tints of Smalt #042393

Color information

#042393 (or 0x042393) is unknown color: approx Smalt. HEX triplet: 04, 23 and 93. RGB value is (4,35,147). Sum of RGB (Red+Green+Blue) = 4+35+147=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #042393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042393 is #FBDC6C. Grayscale: #262626. Windows color (decimal): -16505965 or 9642756. OLE color: 9642756.

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

Color convert

RGB435147-
CMYK0.970.7600.42
HSL226.99º94.7%29.61%-
HSV(B)226.99º97.28%57.65%-
XYZ5.923.3327.94-
YUV38.5189.23103.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 147 (57.81% from 255) = 79.03%
R=2.15%
G=18.82%
B=79.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4351470.970.7600.42226.9994.729.61
Hex42393614C02Ae35f1e
Octal44322314111405234313736
Binary1001000111001001111000011001100010101011100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042393; }

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

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

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

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

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

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

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

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