Html Css Color HEX #043296 Smalt

📋 copy color: '#043296'

red 4 ◦ green 50 ◦ blue 150

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

Shades of Smalt #043296

Tints of Smalt #043296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 73.53%

R = 1.96%
G = 24.51%
B = 73.53%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#043296 (or 0x043296) is known color: Smalt. HEX triplet: 04, 32 and 96. RGB value is (4,50,150). Sum of RGB (Red+Green+Blue) = 4+50+150=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #043296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043296 is #FBCD69. Grayscale: #2F2F2F. Windows color (decimal): -16502122 or 9843204. OLE color: 9843204.

HSL color Cylindrical-coordinate representation of color #043296: hue angle of 221.1º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043296 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 50 150 -
CMYK 0.97 0.67 0 0.41
HSL 221.1º 0.95% 0.3% -
HSV(B) 221.1º 0.97% 0.59% -
XYZ 6.7 4.51 29.37 -
YUV 47.65 185.76 96.87 -
System Red Green Blue C M Y K H S L
Decimal 4 50 150 0.97 0.67 0 0.41 221.1 0.95 0.3
Hex 4 32 96 61 43 0 29 DD 5F 1E
Octal 4 62 226 141 103 0 51 335 137 36
Binary 100 110010 10010110 1100001 1000011 0 101001 11011101 1011111 11110

Color Harmonies of #043296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043296

Black with #043296

Text Example


Text Example

White with #043296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043296; }

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

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

background-color css

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

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

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

border-color css

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

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

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