#042694

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

Shades of Smalt #042694

Tints of Smalt #042694

Color information

#042694 (or 0x042694) is unknown color: approx Smalt. HEX triplet: 04, 26 and 94. RGB value is (4,38,148). Sum of RGB (Red+Green+Blue) = 4+38+148=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #042694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042694 is #FBD96B. Grayscale: #272727. Windows color (decimal): -16505196 or 9709060. OLE color: 9709060.

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

Color convert

RGB438148-
CMYK0.970.7400.42
HSL225.83º94.74%29.8%-
HSV(B)225.83º97.3%58.04%-
XYZ6.093.5528.38-
YUV40.37188.74102.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.11%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 148 (58.20% from 255) = 77.89%
R=2.11%
G=20%
B=77.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4381480.970.7400.42225.8394.7429.8
Hex42694614A02Ae25f1e
Octal44622414111205234213736
Binary1001001101001010011000011001010010101011100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042694; }

 p { color: rgb(4,38,148); }

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

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

 a { background-color: rgb(4,38,148); }

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

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

 span { border-color: rgb(4,38,148); }

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