Html Css Color HEX #042479 Sapphire

📋 copy color: '#042479'

red 4 ◦ green 36 ◦ blue 121

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

Shades of Sapphire #042479

Tints of Sapphire #042479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 75.16%

R = 2.48%
G = 22.36%
B = 75.16%

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

#042479 (or 0x042479) is known color: Sapphire. HEX triplet: 04, 24 and 79. RGB value is (4,36,121). Sum of RGB (Red+Green+Blue) = 4+36+121=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #042479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042479 is #FBDB86. Grayscale: #232323. Windows color (decimal): -16505735 or 7939076. OLE color: 7939076.

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

Color convert

RGB 4 36 121 -
CMYK 0.97 0.70 0 0.53
HSL 223.59º 0.94% 0.25% -
HSV(B) 223.59º 0.97% 0.47% -
XYZ 4.13 2.67 18.39 -
YUV 36.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 4 36 121 0.97 0.70 0 0.53 223.59 0.94 0.25
Hex 4 24 79 61 46 0 35 E0 5E 19
Octal 4 44 171 141 106 0 65 340 136 31
Binary 100 100100 1111001 1100001 1000110 0 110101 11100000 1011110 11001

Color Harmonies of #042479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042479

Black with #042479

Text Example


Text Example

White with #042479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042479; }

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

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

background-color css

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

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

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

border-color css

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

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

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