Html Css Color HEX #041471 Sapphire

📋 copy color: '#041471'

red 4 ◦ green 20 ◦ blue 113

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

Shades of Sapphire #041471

Tints of Sapphire #041471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 113 (44.53% from 255) = 82.48%

R = 2.92%
G = 14.6%
B = 82.48%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041471 (or 0x041471) is known color: Sapphire. HEX triplet: 04, 14 and 71. RGB value is (4,20,113). Sum of RGB (Red+Green+Blue) = 4+20+113=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #041471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041471 is #FBEB8E. Grayscale: #191919. Windows color (decimal): -16509839 or 7410692. OLE color: 7410692.

HSL color Cylindrical-coordinate representation of color #041471: hue angle of 231.19º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041471 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 20 113 -
CMYK 0.96 0.82 0 0.56
HSL 231.19º 0.93% 0.23% -
HSV(B) 231.19º 0.96% 0.44% -
XYZ 3.28 1.72 15.78 -
YUV 25.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 4 20 113 0.96 0.82 0 0.56 231.19 0.93 0.23
Hex 4 14 71 60 52 0 38 E7 5D 17
Octal 4 24 161 140 122 0 70 347 135 27
Binary 100 10100 1110001 1100000 1010010 0 111000 11100111 1011101 10111

Color Harmonies of #041471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041471

Black with #041471

Text Example


Text Example

White with #041471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041471; }

 p { color: rgb(4,20,113); }

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

background-color css

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

 a { background-color: rgb(4,20,113); }

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

border-color css

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

 span { border-color: rgb(4,20,113); }

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