#042C92

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

Shades of Smalt #042C92

Tints of Smalt #042C92

Color information

#042C92 (or 0x042C92) is unknown color: approx Smalt. HEX triplet: 04, 2C and 92. RGB value is (4,44,146). Sum of RGB (Red+Green+Blue) = 4+44+146=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #042C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C92 is #FBD36D. Grayscale: #2B2B2B. Windows color (decimal): -16503662 or 9579524. OLE color: 9579524.

HSL color Cylindrical-coordinate representation of color #042C92: hue angle of 223.1º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C92 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB444146-
CMYK0.970.7000.43
HSL223.1º94.67%29.41%-
HSV(B)223.1º97.26%57.25%-
XYZ6.143.927.62-
YUV43.67185.7599.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=2.06%
G=22.68%
B=75.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4441460.970.7000.43223.194.6729.41
Hex42C92614602Bdf5f1d
Octal45422214110605333713735
Binary1001011001001001011000011000110010101111011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,44,146); }

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

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

 a { background-color: rgb(4,44,146); }

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

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

 span { border-color: rgb(4,44,146); }

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