#004494

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

Shades of Smalt #004494

Tints of Smalt #004494

Color information

#004494 (or 0x004494) is unknown color: approx Smalt. HEX triplet: 00, 44 and 94. RGB value is (0,68,148). Sum of RGB (Red+Green+Blue) = 0+68+148=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #004494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004494 is #FFBB6B. Grayscale: #383838. Windows color (decimal): -16759660 or 9716736. OLE color: 9716736.

HSL color Cylindrical-coordinate representation of color #004494: hue angle of 212.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004494 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB068148-
CMYK10.5400.42
HSL212.43º100%29.02%-
HSV(B)212.43º100%58.04%-
XYZ7.416.2728.84-
YUV56.79179.4787.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=0%
G=31.48%
B=68.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal06814810.5400.42212.4310029.02
Hex04494643602Ad4641d
Octal01042241446605232414435
Binary01000100100101001100100110110010101011010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004494; }

 p { color: rgb(0,68,148); }

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

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

 a { background-color: rgb(0,68,148); }

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

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

 span { border-color: rgb(0,68,148); }

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