Html Css Color HEX #042973 Sapphire

📋 copy color: '#042973'

red 4 ◦ green 41 ◦ blue 115

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

Shades of Sapphire #042973

Tints of Sapphire #042973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.63%

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

R = 2.5%
G = 25.63%
B = 71.88%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042973 (or 0x042973) is known color: Sapphire. HEX triplet: 04, 29 and 73. RGB value is (4,41,115). Sum of RGB (Red+Green+Blue) = 4+41+115=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #042973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042973 is #FBD68C. Grayscale: #262626. Windows color (decimal): -16504461 or 7547140. OLE color: 7547140.

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

Color convert

RGB 4 41 115 -
CMYK 0.97 0.64 0 0.55
HSL 220º 0.93% 0.23% -
HSV(B) 220º 0.97% 0.45% -
XYZ 3.94 2.85 16.56 -
YUV 38.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 4 41 115 0.97 0.64 0 0.55 220 0.93 0.23
Hex 4 29 73 61 40 0 37 DC 5D 17
Octal 4 51 163 141 100 0 67 334 135 27
Binary 100 101001 1110011 1100001 1000000 0 110111 11011100 1011101 10111

Color Harmonies of #042973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042973

Black with #042973

Text Example


Text Example

White with #042973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042973; }

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

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

background-color css

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

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

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

border-color css

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

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

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