#042292

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

Shades of Smalt #042292

Tints of Smalt #042292

Color information

#042292 (or 0x042292) is unknown color: approx Smalt. HEX triplet: 04, 22 and 92. RGB value is (4,34,146). Sum of RGB (Red+Green+Blue) = 4+34+146=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #042292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042292 is #FBDD6D. Grayscale: #252525. Windows color (decimal): -16506222 or 9576964. OLE color: 9576964.

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

Color convert

RGB434146-
CMYK0.970.7700.43
HSL227.32º94.67%29.41%-
HSV(B)227.32º97.26%57.25%-
XYZ5.813.2527.51-
YUV37.8189.06103.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 146 (57.42% from 255) = 79.35%
R=2.17%
G=18.48%
B=79.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4341460.970.7700.43227.3294.6729.41
Hex42292614D02Be35f1d
Octal44222214111505334313735
Binary1001000101001001011000011001101010101111100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042292; }

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

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

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

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

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

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

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

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