Html Css Color HEX #042994 Smalt

📋 copy color: '#042994'

red 4 ◦ green 41 ◦ blue 148

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

Shades of Smalt #042994

Tints of Smalt #042994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.68%

R = 2.07%
G = 21.24%
B = 76.68%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042994 (or 0x042994) is known color: Smalt. HEX triplet: 04, 29 and 94. RGB value is (4,41,148). Sum of RGB (Red+Green+Blue) = 4+41+148=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #042994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042994 is #FBD66B. Grayscale: #292929. Windows color (decimal): -16504428 or 9709828. OLE color: 9709828.

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

Color convert

RGB 4 41 148 -
CMYK 0.97 0.72 0 0.42
HSL 224.58º 0.95% 0.3% -
HSV(B) 224.58º 0.97% 0.58% -
XYZ 6.19 3.75 28.41 -
YUV 42.14 187.74 100.8 -
System Red Green Blue C M Y K H S L
Decimal 4 41 148 0.97 0.72 0 0.42 224.58 0.95 0.3
Hex 4 29 94 61 48 0 2A E1 5F 1E
Octal 4 51 224 141 110 0 52 341 137 36
Binary 100 101001 10010100 1100001 1001000 0 101010 11100001 1011111 11110

Color Harmonies of #042994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042994

Black with #042994

Text Example


Text Example

White with #042994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042994; }

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

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

background-color css

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

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

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

border-color css

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

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

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