Html Css Color HEX #040E49 Sapphire

📋 copy color: '#040E49'

red 4 ◦ green 14 ◦ blue 73

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

Shades of Sapphire #040E49

Tints of Sapphire #040E49

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.38%

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

R = 4.4%
G = 15.38%
B = 80.22%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040E49 (or 0x040E49) is known color: Sapphire. HEX triplet: 04, 0E and 49. RGB value is (4,14,73). Sum of RGB (Red+Green+Blue) = 4+14+73=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 73 (28.91% from 255 or 80.22% from 91); Max value from RGB is 73 - color contains mainly: blue. Hex color #040E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E49 is #FBF1B6. Grayscale: #111111. Windows color (decimal): -16511415 or 4787716. OLE color: 4787716.

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

Color convert

RGB 4 14 73 -
CMYK 0.95 0.81 0 0.71
HSL 231.3º 0.9% 0.15% -
HSV(B) 231.3º 0.95% 0.29% -
XYZ 1.41 0.82 6.39 -
YUV 17.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 4 14 73 0.95 0.81 0 0.71 231.3 0.9 0.15
Hex 4 E 49 5F 51 0 47 E7 5A F
Octal 4 16 111 137 121 0 107 347 132 17
Binary 100 1110 1001001 1011111 1010001 0 1000111 11100111 1011010 1111

Color Harmonies of #040E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E49

Black with #040E49

Text Example


Text Example

White with #040E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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