Html Css Color HEX #041A49 Sapphire

📋 copy color: '#041A49'

red 4 ◦ green 26 ◦ blue 73

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

Shades of Sapphire #041A49

Tints of Sapphire #041A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.24%

 BLUE value IS 73 (28.91% from 255) = 70.87%

R = 3.88%
G = 25.24%
B = 70.87%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041A49 (or 0x041A49) is known color: Sapphire. HEX triplet: 04, 1A and 49. RGB value is (4,26,73). Sum of RGB (Red+Green+Blue) = 4+26+73=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #041A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A49 is #FBE5B6. Grayscale: #181818. Windows color (decimal): -16508343 or 4790788. OLE color: 4790788.

HSL color Cylindrical-coordinate representation of color #041A49: hue angle of 220.87º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041A49 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 26 73 -
CMYK 0.95 0.64 0 0.71
HSL 220.87º 0.9% 0.15% -
HSV(B) 220.87º 0.95% 0.29% -
XYZ 1.62 1.25 6.46 -
YUV 24.78 155.21 113.18 -
System Red Green Blue C M Y K H S L
Decimal 4 26 73 0.95 0.64 0 0.71 220.87 0.9 0.15
Hex 4 1A 49 5F 40 0 47 DD 5A F
Octal 4 32 111 137 100 0 107 335 132 17
Binary 100 11010 1001001 1011111 1000000 0 1000111 11011101 1011010 1111

Color Harmonies of #041A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A49

Black with #041A49

Text Example


Text Example

White with #041A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041A49; }

 p { color: rgb(4,26,73); }

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

background-color css

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

 a { background-color: rgb(4,26,73); }

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

border-color css

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

 span { border-color: rgb(4,26,73); }

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