#041663

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

Shades of Sapphire #041663

Tints of Sapphire #041663

Color information

#041663 (or 0x041663) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 63. RGB value is (4,22,99). Sum of RGB (Red+Green+Blue) = 4+22+99=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #041663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041663 is #FBE99C. Grayscale: #191919. Windows color (decimal): -16509341 or 6493700. OLE color: 6493700.

HSL color Cylindrical-coordinate representation of color #041663: hue angle of 228.63º 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 #041663 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB42299-
CMYK0.960.7800.61
HSL228.63º92.23%20.2%-
HSV(B)228.63º95.96%38.82%-
XYZ2.591.511.96-
YUV25.4169.54112.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=3.2%
G=17.6%
B=79.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal422990.960.7800.61228.6392.2320.2
Hex41663604E03De55c14
Octal42614314011607534513424
Binary10010110110001111000001001110011110111100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041663; }

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

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

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

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

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

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

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

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