Html Css Color HEX #042392 Smalt

📋 copy color: '#042392'

red 4 ◦ green 35 ◦ blue 146

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

Shades of Smalt #042392

Tints of Smalt #042392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.92%

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

R = 2.16%
G = 18.92%
B = 78.92%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042392 (or 0x042392) is known color: Smalt. HEX triplet: 04, 23 and 92. RGB value is (4,35,146). Sum of RGB (Red+Green+Blue) = 4+35+146=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #042392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042392 is #FBDC6D. Grayscale: #252525. Windows color (decimal): -16505966 or 9577220. OLE color: 9577220.

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

Color convert

RGB 4 35 146 -
CMYK 0.97 0.76 0 0.43
HSL 226.9º 0.95% 0.29% -
HSV(B) 226.9º 0.97% 0.57% -
XYZ 5.84 3.3 27.52 -
YUV 38.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 4 35 146 0.97 0.76 0 0.43 226.9 0.95 0.29
Hex 4 23 92 61 4C 0 2B E3 5F 1D
Octal 4 43 222 141 114 0 53 343 137 35
Binary 100 100011 10010010 1100001 1001100 0 101011 11100011 1011111 11101

Color Harmonies of #042392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042392

Black with #042392

Text Example


Text Example

White with #042392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042392; }

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

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

background-color css

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

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

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

border-color css

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

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

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