#044495

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

Shades of Smalt #044495

Tints of Smalt #044495

Color information

#044495 (or 0x044495) is unknown color: approx Smalt. HEX triplet: 04, 44 and 95. RGB value is (4,68,149). Sum of RGB (Red+Green+Blue) = 4+68+149=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #044495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044495 is #FBBB6A. Grayscale: #393939. Windows color (decimal): -16497515 or 9782276. OLE color: 9782276.

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

Color convert

RGB468149-
CMYK0.970.5400.42
HSL213.52º94.77%30%-
HSV(B)213.52º97.32%58.43%-
XYZ7.546.3329.26-
YUV58.1179.389.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 149 (58.59% from 255) = 67.42%
R=1.81%
G=30.77%
B=67.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4681490.970.5400.42213.5294.7730
Hex44495613602Ad65f1e
Octal41042251416605232613736
Binary1001000100100101011100001110110010101011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044495; }

 p { color: rgb(4,68,149); }

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

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

 a { background-color: rgb(4,68,149); }

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

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

 span { border-color: rgb(4,68,149); }

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