#042673

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

Shades of Sapphire #042673

Tints of Sapphire #042673

Color information

#042673 (or 0x042673) is unknown color: approx Sapphire. HEX triplet: 04, 26 and 73. RGB value is (4,38,115). Sum of RGB (Red+Green+Blue) = 4+38+115=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #042673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042673 is #FBD98C. Grayscale: #242424. Windows color (decimal): -16505229 or 7546372. OLE color: 7546372.

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

Color convert

RGB438115-
CMYK0.970.6700.55
HSL221.62º93.28%23.33%-
HSV(B)221.62º96.52%45.1%-
XYZ3.842.6516.53-
YUV36.61172.24104.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=2.55%
G=24.20%
B=73.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4381150.970.6700.55221.6293.2823.33
Hex426736143037de5d17
Octal44616314110306733613527
Binary100100110111001111000011000011011011111011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042673; }

 p { color: rgb(4,38,115); }

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

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

 a { background-color: rgb(4,38,115); }

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

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

 span { border-color: rgb(4,38,115); }

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