Html Css Color HEX #041E46 Sapphire

📋 copy color: '#041E46'

red 4 ◦ green 30 ◦ blue 70

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

Shades of Sapphire #041E46

Tints of Sapphire #041E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.85%

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

R = 3.85%
G = 28.85%
B = 67.31%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041E46 (or 0x041E46) is known color: Sapphire. HEX triplet: 04, 1E and 46. RGB value is (4,30,70). Sum of RGB (Red+Green+Blue) = 4+30+70=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #041E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E46 is #FBE1B9. Grayscale: #1A1A1A. Windows color (decimal): -16507322 or 4595204. OLE color: 4595204.

HSL color Cylindrical-coordinate representation of color #041E46: hue angle of 216.36º 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 #041E46 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 30 70 -
CMYK 0.94 0.57 0 0.73
HSL 216.36º 0.89% 0.15% -
HSV(B) 216.36º 0.94% 0.27% -
XYZ 1.62 1.4 5.98 -
YUV 26.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 4 30 70 0.94 0.57 0 0.73 216.36 0.89 0.15
Hex 4 1E 46 5E 39 0 49 D8 59 F
Octal 4 36 106 136 71 0 111 330 131 17
Binary 100 11110 1000110 1011110 111001 0 1001001 11011000 1011001 1111

Color Harmonies of #041E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E46

Black with #041E46

Text Example


Text Example

White with #041E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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