#042392

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

Shades of Smalt #042392

Tints of Smalt #042392

Color information

#042392 (or 0x042392) is unknown color: approx Smalt. HEX triplet: 04, 23 and 92. RGB value is (4,35,146). Sum of RGB (Red+Green+Blue) = 4+35+146=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #042392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042392 is #FBDC6D. Grayscale: #252525. Windows color (decimal): -16505966 or 9577220. OLE color: 9577220.

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

Color convert

RGB435146-
CMYK0.970.7600.43
HSL226.9º94.67%29.41%-
HSV(B)226.9º97.26%57.25%-
XYZ5.843.327.52-
YUV38.39188.73103.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 146 (57.42% from 255) = 78.92%
R=2.16%
G=18.92%
B=78.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4351460.970.7600.43226.994.6729.41
Hex42392614C02Be35f1d
Octal44322214111405334313735
Binary1001000111001001011000011001100010101111100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042392; }

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

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

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

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

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

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

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

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