#042B93

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

Shades of Smalt #042B93

Tints of Smalt #042B93

Color information

#042B93 (or 0x042B93) is unknown color: approx Smalt. HEX triplet: 04, 2B and 93. RGB value is (4,43,147). Sum of RGB (Red+Green+Blue) = 4+43+147=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #042B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B93 is #FBD46C. Grayscale: #2A2A2A. Windows color (decimal): -16503917 or 9644804. OLE color: 9644804.

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

Color convert

RGB443147-
CMYK0.970.7100.42
HSL223.64º94.7%29.61%-
HSV(B)223.64º97.28%57.65%-
XYZ6.183.8628.02-
YUV43.2186.58100.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 147 (57.81% from 255) = 75.77%
R=2.06%
G=22.16%
B=75.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4431470.970.7100.42223.6494.729.61
Hex42B93614702Ae05f1e
Octal45322314110705234013736
Binary1001010111001001111000011000111010101011100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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