Html Css Color HEX #042477 Sapphire

📋 copy color: '#042477'

red 4 ◦ green 36 ◦ blue 119

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

Shades of Sapphire #042477

Tints of Sapphire #042477

RGB

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

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

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

R = 2.52%
G = 22.64%
B = 74.84%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042477 (or 0x042477) is known color: Sapphire. HEX triplet: 04, 24 and 77. RGB value is (4,36,119). Sum of RGB (Red+Green+Blue) = 4+36+119=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #042477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042477 is #FBDB88. Grayscale: #232323. Windows color (decimal): -16505737 or 7808004. OLE color: 7808004.

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

Color convert

RGB 4 36 119 -
CMYK 0.97 0.70 0 0.53
HSL 223.3º 0.93% 0.24% -
HSV(B) 223.3º 0.97% 0.47% -
XYZ 4.01 2.62 17.75 -
YUV 35.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 4 36 119 0.97 0.70 0 0.53 223.3 0.93 0.24
Hex 4 24 77 61 46 0 35 DF 5D 18
Octal 4 44 167 141 106 0 65 337 135 30
Binary 100 100100 1110111 1100001 1000110 0 110101 11011111 1011101 11000

Color Harmonies of #042477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042477

Black with #042477

Text Example


Text Example

White with #042477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042477; }

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

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

background-color css

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

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

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

border-color css

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

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

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