#050446

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

Shades of Midnight Express #050446

Tints of Midnight Express #050446

Color information

#050446 (or 0x050446) is unknown color: approx Midnight Express. HEX triplet: 05, 04 and 46. RGB value is (5,4,70). Sum of RGB (Red+Green+Blue) = 5+4+70=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 70 (27.73% from 255 or 88.61% from 79); Max value from RGB is 70 - color contains mainly: blue. Hex color #050446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050446 is #FAFBB9. Grayscale: #0B0B0B. Windows color (decimal): -16448442 or 4588549. OLE color: 4588549.

HSL color Cylindrical-coordinate representation of color #050446: hue angle of 240.91º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050446 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB5470-
CMYK0.930.9400.73
HSL240.91º89.19%14.51%-
HSV(B)240.91º94.29%27.45%-
XYZ1.210.565.84-
YUV11.82160.83123.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 70 (27.73% from 255) = 88.61%
R=6.33%
G=5.06%
B=88.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal54700.930.9400.73240.9189.1914.51
Hex54465D5E049f159f
Octal54106135136011136113117
Binary101100100011010111011011110010010011111000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050446; }

 p { color: rgb(5,4,70); }

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

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

 a { background-color: rgb(5,4,70); }

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

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

 span { border-color: rgb(5,4,70); }

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