Html Css Color HEX #042992 Smalt

📋 copy color: '#042992'

red 4 ◦ green 41 ◦ blue 146

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

Shades of Smalt #042992

Tints of Smalt #042992

RGB

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

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

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

R = 2.09%
G = 21.47%
B = 76.44%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042992 (or 0x042992) is known color: Smalt. HEX triplet: 04, 29 and 92. RGB value is (4,41,146). Sum of RGB (Red+Green+Blue) = 4+41+146=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #042992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042992 is #FBD66D. Grayscale: #292929. Windows color (decimal): -16504430 or 9578756. OLE color: 9578756.

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

Color convert

RGB 4 41 146 -
CMYK 0.97 0.72 0 0.43
HSL 224.37º 0.95% 0.29% -
HSV(B) 224.37º 0.97% 0.57% -
XYZ 6.03 3.69 27.59 -
YUV 41.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 4 41 146 0.97 0.72 0 0.43 224.37 0.95 0.29
Hex 4 29 92 61 48 0 2B E0 5F 1D
Octal 4 51 222 141 110 0 53 340 137 35
Binary 100 101001 10010010 1100001 1001000 0 101011 11100000 1011111 11101

Color Harmonies of #042992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042992

Black with #042992

Text Example


Text Example

White with #042992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042992; }

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

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

background-color css

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

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

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

border-color css

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

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

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