Html Css Color HEX #043994 Smalt

📋 copy color: '#043994'

red 4 ◦ green 57 ◦ blue 148

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

Shades of Smalt #043994

Tints of Smalt #043994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.27%

 BLUE value IS 148 (58.2% from 255) = 70.81%

R = 1.91%
G = 27.27%
B = 70.81%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#043994 (or 0x043994) is known color: Smalt. HEX triplet: 04, 39 and 94. RGB value is (4,57,148). Sum of RGB (Red+Green+Blue) = 4+57+148=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #043994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043994 is #FBC66B. Grayscale: #333333. Windows color (decimal): -16500332 or 9713924. OLE color: 9713924.

HSL color Cylindrical-coordinate representation of color #043994: hue angle of 217.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043994 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 57 148 -
CMYK 0.97 0.61 0 0.42
HSL 217.92º 0.95% 0.3% -
HSV(B) 217.92º 0.97% 0.58% -
XYZ 6.86 5.09 28.64 -
YUV 51.53 182.44 94.1 -
System Red Green Blue C M Y K H S L
Decimal 4 57 148 0.97 0.61 0 0.42 217.92 0.95 0.3
Hex 4 39 94 61 3D 0 2A DA 5F 1E
Octal 4 71 224 141 75 0 52 332 137 36
Binary 100 111001 10010100 1100001 111101 0 101010 11011010 1011111 11110

Color Harmonies of #043994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043994

Black with #043994

Text Example


Text Example

White with #043994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043994; }

 p { color: rgb(4,57,148); }

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

background-color css

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

 a { background-color: rgb(4,57,148); }

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

border-color css

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

 span { border-color: rgb(4,57,148); }

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