#041763

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

Shades of Sapphire #041763

Tints of Sapphire #041763

Color information

#041763 (or 0x041763) is unknown color: approx Sapphire. HEX triplet: 04, 17 and 63. RGB value is (4,23,99). Sum of RGB (Red+Green+Blue) = 4+23+99=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #041763 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041763 is #FBE89C. Grayscale: #191919. Windows color (decimal): -16509085 or 6493956. OLE color: 6493956.

HSL color Cylindrical-coordinate representation of color #041763: hue angle of 228º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041763 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB42399-
CMYK0.960.7700.61
HSL228º92.23%20.2%-
HSV(B)228º95.96%38.82%-
XYZ2.611.5411.96-
YUV25.98169.21112.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 99 (39.06% from 255) = 78.57%
R=3.17%
G=18.25%
B=78.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal423990.960.7700.6122892.2320.2
Hex41763604D03De45c14
Octal42714314011507534413424
Binary10010111110001111000001001101011110111100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041763; }

 p { color: rgb(4,23,99); }

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

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

 a { background-color: rgb(4,23,99); }

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

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

 span { border-color: rgb(4,23,99); }

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