#004596

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

Shades of Smalt #004596

Tints of Smalt #004596

Color information

#004596 (or 0x004596) is unknown color: approx Smalt. HEX triplet: 00, 45 and 96. RGB value is (0,69,150). Sum of RGB (Red+Green+Blue) = 0+69+150=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #004596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004596 is #FFBA69. Grayscale: #393939. Windows color (decimal): -16759402 or 9848064. OLE color: 9848064.

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

Color convert

RGB069150-
CMYK10.5400.41
HSL212.4º100%29.41%-
HSV(B)212.4º100%58.82%-
XYZ7.636.4629.7-
YUV57.6180.1486.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=0%
G=31.51%
B=68.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal06915010.5400.41212.410029.41
Hex045966436029d4641d
Octal01052261446605132414435
Binary01000101100101101100100110110010100111010100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004596; }

 p { color: rgb(0,69,150); }

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

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

 a { background-color: rgb(0,69,150); }

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

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

 span { border-color: rgb(0,69,150); }

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