#042296

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

Shades of Smalt #042296

Tints of Smalt #042296

Color information

#042296 (or 0x042296) is unknown color: approx Smalt. HEX triplet: 04, 22 and 96. RGB value is (4,34,150). Sum of RGB (Red+Green+Blue) = 4+34+150=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #042296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042296 is #FBDD69. Grayscale: #252525. Windows color (decimal): -16506218 or 9839108. OLE color: 9839108.

HSL color Cylindrical-coordinate representation of color #042296: hue angle of 227.67º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042296 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB434150-
CMYK0.970.7700.41
HSL227.67º94.81%30.2%-
HSV(B)227.67º97.33%58.82%-
XYZ6.133.3729.18-
YUV38.25191.06103.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 34 (13.67% from 255) = 18.09%
BLUE value IS 150 (58.98% from 255) = 79.79%
R=2.13%
G=18.09%
B=79.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4341500.970.7700.41227.6794.8130.2
Hex42296614D029e45f1e
Octal44222614111505134413736
Binary1001000101001011011000011001101010100111100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042296; }

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

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

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

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

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

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

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

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