Html Css Color HEX #043294 Smalt

📋 copy color: '#043294'

red 4 ◦ green 50 ◦ blue 148

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

Shades of Smalt #043294

Tints of Smalt #043294

RGB

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

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

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

R = 1.98%
G = 24.75%
B = 73.27%

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

#043294 (or 0x043294) is known color: Smalt. HEX triplet: 04, 32 and 94. RGB value is (4,50,148). Sum of RGB (Red+Green+Blue) = 4+50+148=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 148 (58.20% from 255 or 73.27% from 202); Max value from RGB is 148 - color contains mainly: blue. Hex color #043294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043294 is #FBCD6B. Grayscale: #2E2E2E. Windows color (decimal): -16502124 or 9712132. OLE color: 9712132.

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

Color convert

RGB 4 50 148 -
CMYK 0.97 0.66 0 0.42
HSL 220.83º 0.95% 0.3% -
HSV(B) 220.83º 0.97% 0.58% -
XYZ 6.54 4.45 28.53 -
YUV 47.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 4 50 148 0.97 0.66 0 0.42 220.83 0.95 0.3
Hex 4 32 94 61 42 0 2A DD 5F 1E
Octal 4 62 224 141 102 0 52 335 137 36
Binary 100 110010 10010100 1100001 1000010 0 101010 11011101 1011111 11110

Color Harmonies of #043294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043294

Black with #043294

Text Example


Text Example

White with #043294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043294; }

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

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

background-color css

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

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

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

border-color css

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

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

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