Html Css Color HEX #041D46 Sapphire

📋 copy color: '#041D46'

red 4 ◦ green 29 ◦ blue 70

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

Shades of Sapphire #041D46

Tints of Sapphire #041D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.16%

 BLUE value IS 70 (27.73% from 255) = 67.96%

R = 3.88%
G = 28.16%
B = 67.96%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041D46 (or 0x041D46) is known color: Sapphire. HEX triplet: 04, 1D and 46. RGB value is (4,29,70). Sum of RGB (Red+Green+Blue) = 4+29+70=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #041D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D46 is #FBE2B9. Grayscale: #1A1A1A. Windows color (decimal): -16507578 or 4594948. OLE color: 4594948.

HSL color Cylindrical-coordinate representation of color #041D46: hue angle of 217.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D46 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 29 70 -
CMYK 0.94 0.59 0 0.73
HSL 217.27º 0.89% 0.15% -
HSV(B) 217.27º 0.94% 0.27% -
XYZ 1.59 1.35 5.97 -
YUV 26.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 4 29 70 0.94 0.59 0 0.73 217.27 0.89 0.15
Hex 4 1D 46 5E 3B 0 49 D9 59 F
Octal 4 35 106 136 73 0 111 331 131 17
Binary 100 11101 1000110 1011110 111011 0 1001001 11011001 1011001 1111

Color Harmonies of #041D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D46

Black with #041D46

Text Example


Text Example

White with #041D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,29,70); }

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

background-color css

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

 a { background-color: rgb(4,29,70); }

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

border-color css

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

 span { border-color: rgb(4,29,70); }

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