#041674

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

Shades of Sapphire #041674

Tints of Sapphire #041674

Color information

#041674 (or 0x041674) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 74. RGB value is (4,22,116). Sum of RGB (Red+Green+Blue) = 4+22+116=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #041674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041674 is #FBE98B. Grayscale: #1A1A1A. Windows color (decimal): -16509324 or 7607812. OLE color: 7607812.

HSL color Cylindrical-coordinate representation of color #041674: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041674 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB422116-
CMYK0.970.8100.55
HSL230.36º93.33%23.53%-
HSV(B)230.36º96.55%45.49%-
XYZ3.491.8616.7-
YUV27.33178.04111.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 116 (45.70% from 255) = 81.69%
R=2.82%
G=15.49%
B=81.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4221160.970.8100.55230.3693.3323.53
Hex416746151037e65d18
Octal42616414112106734613530
Binary10010110111010011000011010001011011111100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041674; }

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

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

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

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

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

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

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

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