Html Css Color HEX #043194 Smalt

📋 copy color: '#043194'

red 4 ◦ green 49 ◦ blue 148

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

Shades of Smalt #043194

Tints of Smalt #043194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

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

R = 1.99%
G = 24.38%
B = 73.63%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#043194 (or 0x043194) is known color: Smalt. HEX triplet: 04, 31 and 94. RGB value is (4,49,148). Sum of RGB (Red+Green+Blue) = 4+49+148=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 148 (58.20% from 255 or 73.63% from 201); Max value from RGB is 148 - color contains mainly: blue. Hex color #043194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043194 is #FBCE6B. Grayscale: #2E2E2E. Windows color (decimal): -16502380 or 9711876. OLE color: 9711876.

HSL color Cylindrical-coordinate representation of color #043194: hue angle of 221.25º 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 #043194 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 49 148 -
CMYK 0.97 0.67 0 0.42
HSL 221.25º 0.95% 0.3% -
HSV(B) 221.25º 0.97% 0.58% -
XYZ 6.49 4.36 28.52 -
YUV 46.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 4 49 148 0.97 0.67 0 0.42 221.25 0.95 0.3
Hex 4 31 94 61 43 0 2A DD 5F 1E
Octal 4 61 224 141 103 0 52 335 137 36
Binary 100 110001 10010100 1100001 1000011 0 101010 11011101 1011111 11110

Color Harmonies of #043194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043194

Black with #043194

Text Example


Text Example

White with #043194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043194; }

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

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

background-color css

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

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

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

border-color css

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

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

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