#041449

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

Shades of Sapphire #041449

Tints of Sapphire #041449

Color information

#041449 (or 0x041449) is unknown color: approx Sapphire. HEX triplet: 04, 14 and 49. RGB value is (4,20,73). Sum of RGB (Red+Green+Blue) = 4+20+73=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #041449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041449 is #FBEBB6. Grayscale: #151515. Windows color (decimal): -16509879 or 4789252. OLE color: 4789252.

HSL color Cylindrical-coordinate representation of color #041449: hue angle of 226.09º 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 #041449 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB42073-
CMYK0.950.7300.71
HSL226.09º89.61%15.1%-
HSV(B)226.09º94.52%28.63%-
XYZ1.51.016.42-
YUV21.26157.2115.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 73 (28.91% from 255) = 75.26%
R=4.12%
G=20.62%
B=75.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal420730.950.7300.71226.0989.6115.1
Hex414495F49047e25af
Octal424111137111010734213217
Binary10010100100100110111111001001010001111110001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041449; }

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

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

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

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

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

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

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

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