Html Css Color HEX #042476 Sapphire

📋 copy color: '#042476'

red 4 ◦ green 36 ◦ blue 118

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

Shades of Sapphire #042476

Tints of Sapphire #042476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

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

R = 2.53%
G = 22.78%
B = 74.68%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042476 (or 0x042476) is known color: Sapphire. HEX triplet: 04, 24 and 76. RGB value is (4,36,118). Sum of RGB (Red+Green+Blue) = 4+36+118=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #042476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042476 is #FBDB89. Grayscale: #232323. Windows color (decimal): -16505738 or 7742468. OLE color: 7742468.

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

Color convert

RGB 4 36 118 -
CMYK 0.97 0.69 0 0.54
HSL 223.16º 0.93% 0.24% -
HSV(B) 223.16º 0.97% 0.46% -
XYZ 3.95 2.6 17.43 -
YUV 35.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 4 36 118 0.97 0.69 0 0.54 223.16 0.93 0.24
Hex 4 24 76 61 45 0 36 DF 5D 18
Octal 4 44 166 141 105 0 66 337 135 30
Binary 100 100100 1110110 1100001 1000101 0 110110 11011111 1011101 11000

Color Harmonies of #042476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042476

Black with #042476

Text Example


Text Example

White with #042476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042476; }

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

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

background-color css

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

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

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

border-color css

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

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

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