Html Css Color HEX #043193 Smalt

📋 copy color: '#043193'

red 4 ◦ green 49 ◦ blue 147

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

Shades of Smalt #043193

Tints of Smalt #043193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 2%
G = 24.5%
B = 73.5%

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

#043193 (or 0x043193) is known color: Smalt. HEX triplet: 04, 31 and 93. RGB value is (4,49,147). Sum of RGB (Red+Green+Blue) = 4+49+147=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #043193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043193 is #FBCE6C. Grayscale: #2E2E2E. Windows color (decimal): -16502381 or 9646340. OLE color: 9646340.

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

Color convert

RGB 4 49 147 -
CMYK 0.97 0.67 0 0.42
HSL 221.12º 0.95% 0.3% -
HSV(B) 221.12º 0.97% 0.58% -
XYZ 6.41 4.33 28.1 -
YUV 46.72 184.59 97.53 -
System Red Green Blue C M Y K H S L
Decimal 4 49 147 0.97 0.67 0 0.42 221.12 0.95 0.3
Hex 4 31 93 61 43 0 2A DD 5F 1E
Octal 4 61 223 141 103 0 52 335 137 36
Binary 100 110001 10010011 1100001 1000011 0 101010 11011101 1011111 11110

Color Harmonies of #043193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043193

Black with #043193

Text Example


Text Example

White with #043193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043193; }

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

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

background-color css

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

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

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

border-color css

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

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

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