Html Css Color HEX #042976 Sapphire

📋 copy color: '#042976'

red 4 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #042976

Tints of Sapphire #042976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 72.39%

R = 2.45%
G = 25.15%
B = 72.39%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042976 (or 0x042976) is known color: Sapphire. HEX triplet: 04, 29 and 76. RGB value is (4,41,118). Sum of RGB (Red+Green+Blue) = 4+41+118=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #042976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042976 is #FBD689. Grayscale: #262626. Windows color (decimal): -16504458 or 7743748. OLE color: 7743748.

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

Color convert

RGB 4 41 118 -
CMYK 0.97 0.65 0 0.54
HSL 220.53º 0.93% 0.24% -
HSV(B) 220.53º 0.97% 0.46% -
XYZ 4.11 2.92 17.49 -
YUV 38.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 4 41 118 0.97 0.65 0 0.54 220.53 0.93 0.24
Hex 4 29 76 61 41 0 36 DD 5D 18
Octal 4 51 166 141 101 0 66 335 135 30
Binary 100 101001 1110110 1100001 1000001 0 110110 11011101 1011101 11000

Color Harmonies of #042976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042976

Black with #042976

Text Example


Text Example

White with #042976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042976; }

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

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

background-color css

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

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

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

border-color css

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

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

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