Html Css Color HEX #042877 Sapphire

📋 copy color: '#042877'

red 4 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #042877

Tints of Sapphire #042877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.01%

R = 2.45%
G = 24.54%
B = 73.01%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042877 (or 0x042877) is known color: Sapphire. HEX triplet: 04, 28 and 77. RGB value is (4,40,119). Sum of RGB (Red+Green+Blue) = 4+40+119=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #042877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042877 is #FBD788. Grayscale: #252525. Windows color (decimal): -16504713 or 7809028. OLE color: 7809028.

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

Color convert

RGB 4 40 119 -
CMYK 0.97 0.66 0 0.53
HSL 221.22º 0.93% 0.24% -
HSV(B) 221.22º 0.97% 0.47% -
XYZ 4.14 2.88 17.79 -
YUV 38.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 4 40 119 0.97 0.66 0 0.53 221.22 0.93 0.24
Hex 4 28 77 61 42 0 35 DD 5D 18
Octal 4 50 167 141 102 0 65 335 135 30
Binary 100 101000 1110111 1100001 1000010 0 110101 11011101 1011101 11000

Color Harmonies of #042877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042877

Black with #042877

Text Example


Text Example

White with #042877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042877; }

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

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

background-color css

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

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

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

border-color css

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

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

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