Html Css Color HEX #041949 Sapphire

📋 copy color: '#041949'

red 4 ◦ green 25 ◦ blue 73

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

Shades of Sapphire #041949

Tints of Sapphire #041949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.51%

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

R = 3.92%
G = 24.51%
B = 71.57%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#041949 (or 0x041949) is known color: Sapphire. HEX triplet: 04, 19 and 49. RGB value is (4,25,73). Sum of RGB (Red+Green+Blue) = 4+25+73=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 73 (28.91% from 255 or 71.57% from 102); Max value from RGB is 73 - color contains mainly: blue. Hex color #041949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041949 is #FBE6B6. Grayscale: #171717. Windows color (decimal): -16508599 or 4790532. OLE color: 4790532.

HSL color Cylindrical-coordinate representation of color #041949: hue angle of 221.74º 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 #041949 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 25 73 -
CMYK 0.95 0.66 0 0.71
HSL 221.74º 0.9% 0.15% -
HSV(B) 221.74º 0.95% 0.29% -
XYZ 1.6 1.2 6.45 -
YUV 24.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 4 25 73 0.95 0.66 0 0.71 221.74 0.9 0.15
Hex 4 19 49 5F 42 0 47 DE 5A F
Octal 4 31 111 137 102 0 107 336 132 17
Binary 100 11001 1001001 1011111 1000010 0 1000111 11011110 1011010 1111

Color Harmonies of #041949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041949

Black with #041949

Text Example


Text Example

White with #041949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041949; }

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

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

background-color css

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

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

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

border-color css

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

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

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