#044092

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

Shades of Smalt #044092

Tints of Smalt #044092

Color information

#044092 (or 0x044092) is unknown color: approx Smalt. HEX triplet: 04, 40 and 92. RGB value is (4,64,146). Sum of RGB (Red+Green+Blue) = 4+64+146=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #044092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044092 is #FBBF6D. Grayscale: #373737. Windows color (decimal): -16498542 or 9584644. OLE color: 9584644.

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

Color convert

RGB464146-
CMYK0.970.5600.43
HSL214.65º94.67%29.41%-
HSV(B)214.65º97.26%57.25%-
XYZ7.075.7727.93-
YUV55.41179.1291.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.87%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=1.87%
G=29.91%
B=68.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4641460.970.5600.43214.6594.6729.41
Hex44092613802Bd75f1d
Octal41002221417005332713735
Binary1001000000100100101100001111000010101111010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044092; }

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

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

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

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

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

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

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

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