Html Css Color HEX #042192 Smalt

📋 copy color: '#042192'

red 4 ◦ green 33 ◦ blue 146

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

Shades of Smalt #042192

Tints of Smalt #042192

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 2.19%
G = 18.03%
B = 79.78%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042192 (or 0x042192) is known color: Smalt. HEX triplet: 04, 21 and 92. RGB value is (4,33,146). Sum of RGB (Red+Green+Blue) = 4+33+146=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #042192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042192 is #FBDE6D. Grayscale: #242424. Windows color (decimal): -16506478 or 9576708. OLE color: 9576708.

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

Color convert

RGB 4 33 146 -
CMYK 0.97 0.77 0 0.43
HSL 227.75º 0.95% 0.29% -
HSV(B) 227.75º 0.97% 0.57% -
XYZ 5.78 3.19 27.5 -
YUV 37.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 4 33 146 0.97 0.77 0 0.43 227.75 0.95 0.29
Hex 4 21 92 61 4D 0 2B E4 5F 1D
Octal 4 41 222 141 115 0 53 344 137 35
Binary 100 100001 10010010 1100001 1001101 0 101011 11100100 1011111 11101

Color Harmonies of #042192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042192

Black with #042192

Text Example


Text Example

White with #042192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042192; }

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

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

background-color css

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

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

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

border-color css

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

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

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