Html Css Color HEX #042291 Smalt

📋 copy color: '#042291'

red 4 ◦ green 34 ◦ blue 145

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

Shades of Smalt #042291

Tints of Smalt #042291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.58%

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

R = 2.19%
G = 18.58%
B = 79.23%

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

#042291 (or 0x042291) is known color: Smalt. HEX triplet: 04, 22 and 91. RGB value is (4,34,145). Sum of RGB (Red+Green+Blue) = 4+34+145=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #042291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042291 is #FBDD6E. Grayscale: #252525. Windows color (decimal): -16506223 or 9511428. OLE color: 9511428.

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

Color convert

RGB 4 34 145 -
CMYK 0.97 0.77 0 0.43
HSL 227.23º 0.95% 0.29% -
HSV(B) 227.23º 0.97% 0.57% -
XYZ 5.73 3.21 27.11 -
YUV 37.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 4 34 145 0.97 0.77 0 0.43 227.23 0.95 0.29
Hex 4 22 91 61 4D 0 2B E3 5F 1D
Octal 4 42 221 141 115 0 53 343 137 35
Binary 100 100010 10010001 1100001 1001101 0 101011 11100011 1011111 11101

Color Harmonies of #042291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042291

Black with #042291

Text Example


Text Example

White with #042291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042291; }

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

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

background-color css

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

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

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

border-color css

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

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

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