Html Css Color HEX #041C46 Sapphire

📋 copy color: '#041C46'

red 4 ◦ green 28 ◦ blue 70

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

Shades of Sapphire #041C46

Tints of Sapphire #041C46

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 3.92%
G = 27.45%
B = 68.63%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041C46 (or 0x041C46) is known color: Sapphire. HEX triplet: 04, 1C and 46. RGB value is (4,28,70). Sum of RGB (Red+Green+Blue) = 4+28+70=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #041C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C46 is #FBE3B9. Grayscale: #191919. Windows color (decimal): -16507834 or 4594692. OLE color: 4594692.

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

Color convert

RGB 4 28 70 -
CMYK 0.94 0.60 0 0.73
HSL 218.18º 0.89% 0.15% -
HSV(B) 218.18º 0.94% 0.27% -
XYZ 1.57 1.3 5.96 -
YUV 25.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 4 28 70 0.94 0.60 0 0.73 218.18 0.89 0.15
Hex 4 1C 46 5E 3C 0 49 DA 59 F
Octal 4 34 106 136 74 0 111 332 131 17
Binary 100 11100 1000110 1011110 111100 0 1001001 11011010 1011001 1111

Color Harmonies of #041C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C46

Black with #041C46

Text Example


Text Example

White with #041C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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