#041C46

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

Shades of Sapphire #041C46

Tints of Sapphire #041C46

Color information

#041C46 (or 0x041C46) is unknown color: approx Sapphire. HEX triplet: 04, 1C and 46. RGB value is (4,28,70). Sum of RGB (Red+Green+Blue) = 4+28+70=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #041C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C46 is #FBE3B9. Grayscale: #191919. Windows color (decimal): -16507834 or 4594692. OLE color: 4594692.

HSL color Cylindrical-coordinate representation of color #041C46: hue angle of 218.18º 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 #041C46 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB42870-
CMYK0.940.6000.73
HSL218.18º89.19%14.51%-
HSV(B)218.18º94.29%27.45%-
XYZ1.571.35.96-
YUV25.61153.05112.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=3.92%
G=27.45%
B=68.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal428700.940.6000.73218.1889.1914.51
Hex41C465E3C049da59f
Octal43410613674011133213117
Binary1001110010001101011110111100010010011101101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041C46; }

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

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

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

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

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

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

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

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