Html Css Color HEX #043492 Smalt

📋 copy color: '#043492'

red 4 ◦ green 52 ◦ blue 146

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

Shades of Smalt #043492

Tints of Smalt #043492

RGB

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

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

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

R = 1.98%
G = 25.74%
B = 72.28%

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

#043492 (or 0x043492) is known color: Smalt. HEX triplet: 04, 34 and 92. RGB value is (4,52,146). Sum of RGB (Red+Green+Blue) = 4+52+146=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #043492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043492 is #FBCB6D. Grayscale: #2F2F2F. Windows color (decimal): -16501614 or 9581572. OLE color: 9581572.

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

Color convert

RGB 4 52 146 -
CMYK 0.97 0.64 0 0.43
HSL 219.72º 0.95% 0.29% -
HSV(B) 219.72º 0.97% 0.57% -
XYZ 6.47 4.56 27.73 -
YUV 48.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 4 52 146 0.97 0.64 0 0.43 219.72 0.95 0.29
Hex 4 34 92 61 40 0 2B DC 5F 1D
Octal 4 64 222 141 100 0 53 334 137 35
Binary 100 110100 10010010 1100001 1000000 0 101011 11011100 1011111 11101

Color Harmonies of #043492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043492

Black with #043492

Text Example


Text Example

White with #043492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043492; }

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

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

background-color css

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

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

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

border-color css

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

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

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