Html Css Color HEX #042874 Sapphire

📋 copy color: '#042874'

red 4 ◦ green 40 ◦ blue 116

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

Shades of Sapphire #042874

Tints of Sapphire #042874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.5%

R = 2.5%
G = 25%
B = 72.5%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042874 (or 0x042874) is known color: Sapphire. HEX triplet: 04, 28 and 74. RGB value is (4,40,116). Sum of RGB (Red+Green+Blue) = 4+40+116=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #042874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042874 is #FBD78B. Grayscale: #252525. Windows color (decimal): -16504716 or 7612420. OLE color: 7612420.

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

Color convert

RGB 4 40 116 -
CMYK 0.97 0.66 0 0.55
HSL 220.71º 0.93% 0.24% -
HSV(B) 220.71º 0.97% 0.45% -
XYZ 3.96 2.8 16.86 -
YUV 37.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 4 40 116 0.97 0.66 0 0.55 220.71 0.93 0.24
Hex 4 28 74 61 42 0 37 DD 5D 18
Octal 4 50 164 141 102 0 67 335 135 30
Binary 100 101000 1110100 1100001 1000010 0 110111 11011101 1011101 11000

Color Harmonies of #042874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042874

Black with #042874

Text Example


Text Example

White with #042874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042874; }

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

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

background-color css

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

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

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

border-color css

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

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

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