Html Css Color HEX #043291 Smalt

📋 copy color: '#043291'

red 4 ◦ green 50 ◦ blue 145

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

Shades of Smalt #043291

Tints of Smalt #043291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 72.86%

R = 2.01%
G = 25.13%
B = 72.86%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#043291 (or 0x043291) is known color: Smalt. HEX triplet: 04, 32 and 91. RGB value is (4,50,145). Sum of RGB (Red+Green+Blue) = 4+50+145=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #043291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043291 is #FBCD6E. Grayscale: #2E2E2E. Windows color (decimal): -16502127 or 9515524. OLE color: 9515524.

HSL color Cylindrical-coordinate representation of color #043291: hue angle of 220.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043291 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 50 145 -
CMYK 0.97 0.66 0 0.43
HSL 220.43º 0.95% 0.29% -
HSV(B) 220.43º 0.97% 0.57% -
XYZ 6.3 4.35 27.3 -
YUV 47.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 4 50 145 0.97 0.66 0 0.43 220.43 0.95 0.29
Hex 4 32 91 61 42 0 2B DC 5F 1D
Octal 4 62 221 141 102 0 53 334 137 35
Binary 100 110010 10010001 1100001 1000010 0 101011 11011100 1011111 11101

Color Harmonies of #043291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043291

Black with #043291

Text Example


Text Example

White with #043291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043291; }

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

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

background-color css

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

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

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

border-color css

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

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

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