Html Css Color HEX #043292 Smalt

📋 copy color: '#043292'

red 4 ◦ green 50 ◦ blue 146

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

Shades of Smalt #043292

Tints of Smalt #043292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 73%

R = 2%
G = 25%
B = 73%

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

#043292 (or 0x043292) is known color: Smalt. HEX triplet: 04, 32 and 92. RGB value is (4,50,146). Sum of RGB (Red+Green+Blue) = 4+50+146=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 146 (57.42% from 255 or 73% from 200); Max value from RGB is 146 - color contains mainly: blue. Hex color #043292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043292 is #FBCD6D. Grayscale: #2E2E2E. Windows color (decimal): -16502126 or 9581060. OLE color: 9581060.

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

Color convert

RGB 4 50 146 -
CMYK 0.97 0.66 0 0.43
HSL 220.56º 0.95% 0.29% -
HSV(B) 220.56º 0.97% 0.57% -
XYZ 6.38 4.38 27.7 -
YUV 47.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 4 50 146 0.97 0.66 0 0.43 220.56 0.95 0.29
Hex 4 32 92 61 42 0 2B DD 5F 1D
Octal 4 62 222 141 102 0 53 335 137 35
Binary 100 110010 10010010 1100001 1000010 0 101011 11011101 1011111 11101

Color Harmonies of #043292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043292

Black with #043292

Text Example


Text Example

White with #043292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043292; }

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

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

background-color css

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

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

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

border-color css

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

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

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