#040E49

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

Shades of Sapphire #040E49

Tints of Sapphire #040E49

Color information

#040E49 (or 0x040E49) is unknown color: approx Sapphire. HEX triplet: 04, 0E and 49. RGB value is (4,14,73). Sum of RGB (Red+Green+Blue) = 4+14+73=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #040E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E49 is #FBF1B6. Grayscale: #111111. Windows color (decimal): -16511415 or 4787716. OLE color: 4787716.

HSL color Cylindrical-coordinate representation of color #040E49: hue angle of 231.3º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040E49 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41473-
CMYK0.950.8100.71
HSL231.3º89.61%15.1%-
HSV(B)231.3º94.52%28.63%-
XYZ1.410.826.39-
YUV17.74159.19118.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 73 (28.91% from 255) = 80.22%
R=4.40%
G=15.38%
B=80.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal414730.950.8100.71231.389.6115.1
Hex4E495F51047e75af
Octal416111137121010734713217
Binary1001110100100110111111010001010001111110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040E49; }

 p { color: rgb(4,14,73); }

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

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

 a { background-color: rgb(4,14,73); }

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

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

 span { border-color: rgb(4,14,73); }

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