Html Css Color HEX #042873 Sapphire

📋 copy color: '#042873'

red 4 ◦ green 40 ◦ blue 115

#042873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #042873

Tints of Sapphire #042873

RGB

 RED value IS 4 (1.95% from 255) = 2.52%

 GREEN value IS 40 (16.02% from 255) = 25.16%

 BLUE value IS 115 (45.31% from 255) = 72.33%

R = 2.52%
G = 25.16%
B = 72.33%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042873 (or 0x042873) is known color: Sapphire. HEX triplet: 04, 28 and 73. RGB value is (4,40,115). Sum of RGB (Red+Green+Blue) = 4+40+115=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 40 (16.02% from 255 or 25.16% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #042873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042873 is #FBD78C. Grayscale: #252525. Windows color (decimal): -16504717 or 7546884. OLE color: 7546884.

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

Color convert

RGB 4 40 115 -
CMYK 0.97 0.65 0 0.55
HSL 220.54º 0.93% 0.23% -
HSV(B) 220.54º 0.97% 0.45% -
XYZ 3.9 2.78 16.55 -
YUV 37.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 4 40 115 0.97 0.65 0 0.55 220.54 0.93 0.23
Hex 4 28 73 61 41 0 37 DD 5D 17
Octal 4 50 163 141 101 0 67 335 135 27
Binary 100 101000 1110011 1100001 1000001 0 110111 11011101 1011101 10111

Color Harmonies of #042873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042873

Black with #042873

Text Example


Text Example

White with #042873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042873; }

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

 H1.HeaderClassName
 {
   color: #042873;
 }
 .AnyTagClassName
 {
   color: #042873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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