#042286

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

Shades of Smalt #042286

Tints of Smalt #042286

Color information

#042286 (or 0x042286) is unknown color: approx Smalt. HEX triplet: 04, 22 and 86. RGB value is (4,34,134). Sum of RGB (Red+Green+Blue) = 4+34+134=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #042286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042286 is #FBDD79. Grayscale: #242424. Windows color (decimal): -16506234 or 8790532. OLE color: 8790532.

HSL color Cylindrical-coordinate representation of color #042286: hue angle of 226.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042286 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB434134-
CMYK0.970.7500.47
HSL226.15º94.2%27.06%-
HSV(B)226.15º97.01%52.55%-
XYZ4.932.8922.85-
YUV36.43183.06104.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 134 (52.73% from 255) = 77.91%
R=2.33%
G=19.77%
B=77.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4341340.970.7500.47226.1594.227.06
Hex42286614B02Fe25e1b
Octal44220614111305734213633
Binary1001000101000011011000011001011010111111100010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042286; }

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

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

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

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

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

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

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

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