Html Css Color HEX #042996 Smalt

📋 copy color: '#042996'

red 4 ◦ green 41 ◦ blue 150

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

Shades of Smalt #042996

Tints of Smalt #042996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.03%

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

R = 2.05%
G = 21.03%
B = 76.92%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#042996 (or 0x042996) is known color: Smalt. HEX triplet: 04, 29 and 96. RGB value is (4,41,150). Sum of RGB (Red+Green+Blue) = 4+41+150=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #042996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042996 is #FBD669. Grayscale: #292929. Windows color (decimal): -16504426 or 9840900. OLE color: 9840900.

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

Color convert

RGB 4 41 150 -
CMYK 0.97 0.73 0 0.41
HSL 224.79º 0.95% 0.3% -
HSV(B) 224.79º 0.97% 0.59% -
XYZ 6.35 3.81 29.26 -
YUV 42.36 188.74 100.64 -
System Red Green Blue C M Y K H S L
Decimal 4 41 150 0.97 0.73 0 0.41 224.79 0.95 0.3
Hex 4 29 96 61 49 0 29 E1 5F 1E
Octal 4 51 226 141 111 0 51 341 137 36
Binary 100 101001 10010110 1100001 1001001 0 101001 11100001 1011111 11110

Color Harmonies of #042996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042996

Black with #042996

Text Example


Text Example

White with #042996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042996; }

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

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

background-color css

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

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

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

border-color css

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

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

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