Html Css Color HEX #043C96 Smalt

📋 copy color: '#043C96'

red 4 ◦ green 60 ◦ blue 150

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

Shades of Smalt #043C96

Tints of Smalt #043C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.04%

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

R = 1.87%
G = 28.04%
B = 70.09%

CMYK

 C value IS 0.97

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#043C96 (or 0x043C96) is known color: Smalt. HEX triplet: 04, 3C and 96. RGB value is (4,60,150). Sum of RGB (Red+Green+Blue) = 4+60+150=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 150 (58.98% from 255 or 70.09% from 214); Max value from RGB is 150 - color contains mainly: blue. Hex color #043C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043C96 is #FBC369. Grayscale: #353535. Windows color (decimal): -16499562 or 9845764. OLE color: 9845764.

HSL color Cylindrical-coordinate representation of color #043C96: hue angle of 216.99º 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 #043C96 is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 60 150 -
CMYK 0.97 0.6 0 0.41
HSL 216.99º 0.95% 0.3% -
HSV(B) 216.99º 0.97% 0.59% -
XYZ 7.17 5.46 29.53 -
YUV 53.52 182.45 92.68 -
System Red Green Blue C M Y K H S L
Decimal 4 60 150 0.97 0.6 0 0.41 216.99 0.95 0.3
Hex 4 3C 96 61 3C 0 29 D9 5F 1E
Octal 4 74 226 141 74 0 51 331 137 36
Binary 100 111100 10010110 1100001 111100 0 101001 11011001 1011111 11110

Color Harmonies of #043C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043C96

Black with #043C96

Text Example


Text Example

White with #043C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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