#042473

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

Shades of Sapphire #042473

Tints of Sapphire #042473

Color information

#042473 (or 0x042473) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 73. RGB value is (4,36,115). Sum of RGB (Red+Green+Blue) = 4+36+115=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #042473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042473 is #FBDB8C. Grayscale: #232323. Windows color (decimal): -16505741 or 7545860. OLE color: 7545860.

HSL color Cylindrical-coordinate representation of color #042473: hue angle of 222.7º 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 #042473 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB436115-
CMYK0.970.6900.55
HSL222.7º93.28%23.33%-
HSV(B)222.7º96.52%45.1%-
XYZ3.782.5316.51-
YUV35.44172.9105.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 115 (45.31% from 255) = 74.19%
R=2.58%
G=23.23%
B=74.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4361150.970.6900.55222.793.2823.33
Hex424736145037df5d17
Octal44416314110506733713527
Binary100100100111001111000011000101011011111011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042473; }

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

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

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

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

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

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

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

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