Html Css Color HEX #042092 Smalt

📋 copy color: '#042092'

red 4 ◦ green 32 ◦ blue 146

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

Shades of Smalt #042092

Tints of Smalt #042092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 2.2%
G = 17.58%
B = 80.22%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042092 (or 0x042092) is known color: Smalt. HEX triplet: 04, 20 and 92. RGB value is (4,32,146). Sum of RGB (Red+Green+Blue) = 4+32+146=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #042092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042092 is #FBDF6D. Grayscale: #242424. Windows color (decimal): -16506734 or 9576452. OLE color: 9576452.

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

Color convert

RGB 4 32 146 -
CMYK 0.97 0.78 0 0.43
HSL 228.17º 0.95% 0.29% -
HSV(B) 228.17º 0.97% 0.57% -
XYZ 5.75 3.13 27.5 -
YUV 36.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 4 32 146 0.97 0.78 0 0.43 228.17 0.95 0.29
Hex 4 20 92 61 4E 0 2B E4 5F 1D
Octal 4 40 222 141 116 0 53 344 137 35
Binary 100 100000 10010010 1100001 1001110 0 101011 11100100 1011111 11101

Color Harmonies of #042092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042092

Black with #042092

Text Example


Text Example

White with #042092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042092; }

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

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

background-color css

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

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

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

border-color css

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

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

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