Html Css Color HEX #042391 Smalt

📋 copy color: '#042391'

red 4 ◦ green 35 ◦ blue 145

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

Shades of Smalt #042391

Tints of Smalt #042391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 78.8%

R = 2.17%
G = 19.02%
B = 78.8%

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

#042391 (or 0x042391) is known color: Smalt. HEX triplet: 04, 23 and 91. RGB value is (4,35,145). Sum of RGB (Red+Green+Blue) = 4+35+145=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 145 (57.03% from 255 or 78.80% from 184); Max value from RGB is 145 - color contains mainly: blue. Hex color #042391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042391 is #FBDC6E. Grayscale: #252525. Windows color (decimal): -16505967 or 9511684. OLE color: 9511684.

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

Color convert

RGB 4 35 145 -
CMYK 0.97 0.76 0 0.43
HSL 226.81º 0.95% 0.29% -
HSV(B) 226.81º 0.97% 0.57% -
XYZ 5.76 3.27 27.12 -
YUV 38.27 188.23 103.56 -
System Red Green Blue C M Y K H S L
Decimal 4 35 145 0.97 0.76 0 0.43 226.81 0.95 0.29
Hex 4 23 91 61 4C 0 2B E3 5F 1D
Octal 4 43 221 141 114 0 53 343 137 35
Binary 100 100011 10010001 1100001 1001100 0 101011 11100011 1011111 11101

Color Harmonies of #042391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042391

Black with #042391

Text Example


Text Example

White with #042391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042391; }

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

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

background-color css

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

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

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

border-color css

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

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

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