Html Css Color HEX #043491 Smalt

📋 copy color: '#043491'

red 4 ◦ green 52 ◦ blue 145

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

Shades of Smalt #043491

Tints of Smalt #043491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

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

R = 1.99%
G = 25.87%
B = 72.14%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#043491 (or 0x043491) is known color: Smalt. HEX triplet: 04, 34 and 91. RGB value is (4,52,145). Sum of RGB (Red+Green+Blue) = 4+52+145=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 145 (57.03% from 255 or 72.14% from 201); Max value from RGB is 145 - color contains mainly: blue. Hex color #043491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043491 is #FBCB6E. Grayscale: #2F2F2F. Windows color (decimal): -16501615 or 9516036. OLE color: 9516036.

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

Color convert

RGB 4 52 145 -
CMYK 0.97 0.64 0 0.43
HSL 219.57º 0.95% 0.29% -
HSV(B) 219.57º 0.97% 0.57% -
XYZ 6.39 4.53 27.32 -
YUV 48.25 182.6 96.44 -
System Red Green Blue C M Y K H S L
Decimal 4 52 145 0.97 0.64 0 0.43 219.57 0.95 0.29
Hex 4 34 91 61 40 0 2B DC 5F 1D
Octal 4 64 221 141 100 0 53 334 137 35
Binary 100 110100 10010001 1100001 1000000 0 101011 11011100 1011111 11101

Color Harmonies of #043491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043491

Black with #043491

Text Example


Text Example

White with #043491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043491; }

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

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

background-color css

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

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

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

border-color css

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

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

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