Html Css Color HEX #043293 Smalt

📋 copy color: '#043293'

red 4 ◦ green 50 ◦ blue 147

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

Shades of Smalt #043293

Tints of Smalt #043293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.88%

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

R = 1.99%
G = 24.88%
B = 73.13%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#043293 (or 0x043293) is known color: Smalt. HEX triplet: 04, 32 and 93. RGB value is (4,50,147). Sum of RGB (Red+Green+Blue) = 4+50+147=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #043293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043293 is #FBCD6C. Grayscale: #2E2E2E. Windows color (decimal): -16502125 or 9646596. OLE color: 9646596.

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

Color convert

RGB 4 50 147 -
CMYK 0.97 0.66 0 0.42
HSL 220.7º 0.95% 0.3% -
HSV(B) 220.7º 0.97% 0.58% -
XYZ 6.46 4.41 28.12 -
YUV 47.3 184.26 97.11 -
System Red Green Blue C M Y K H S L
Decimal 4 50 147 0.97 0.66 0 0.42 220.7 0.95 0.3
Hex 4 32 93 61 42 0 2A DD 5F 1E
Octal 4 62 223 141 102 0 52 335 137 36
Binary 100 110010 10010011 1100001 1000010 0 101010 11011101 1011111 11110

Color Harmonies of #043293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043293

Black with #043293

Text Example


Text Example

White with #043293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043293; }

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

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

background-color css

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

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

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

border-color css

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

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

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