#041F47

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

Shades of Sapphire #041F47

Tints of Sapphire #041F47

Color information

#041F47 (or 0x041F47) is unknown color: approx Sapphire. HEX triplet: 04, 1F and 47. RGB value is (4,31,71). Sum of RGB (Red+Green+Blue) = 4+31+71=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #041F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F47 is #FBE0B8. Grayscale: #1B1B1B. Windows color (decimal): -16507065 or 4660996. OLE color: 4660996.

HSL color Cylindrical-coordinate representation of color #041F47: hue angle of 215.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041F47 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43171-
CMYK0.940.5600.72
HSL215.82º89.33%14.71%-
HSV(B)215.82º94.37%27.84%-
XYZ1.681.466.15-
YUV27.49152.55111.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=3.77%
G=29.25%
B=66.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal431710.940.5600.72215.8289.3314.71
Hex41F475E38048d859f
Octal43710713670011033013117
Binary1001111110001111011110111000010010001101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,71); }

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

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

 a { background-color: rgb(4,31,71); }

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

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

 span { border-color: rgb(4,31,71); }

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