Html Css Color HEX #042E91 Smalt

📋 copy color: '#042E91'

red 4 ◦ green 46 ◦ blue 145

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

Shades of Smalt #042E91

Tints of Smalt #042E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.59%

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

R = 2.05%
G = 23.59%
B = 74.36%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042E91 (or 0x042E91) is known color: Smalt. HEX triplet: 04, 2E and 91. RGB value is (4,46,145). Sum of RGB (Red+Green+Blue) = 4+46+145=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 145 (57.03% from 255 or 74.36% from 195); Max value from RGB is 145 - color contains mainly: blue. Hex color #042E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E91 is #FBD16E. Grayscale: #2C2C2C. Windows color (decimal): -16503151 or 9514500. OLE color: 9514500.

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

Color convert

RGB 4 46 145 -
CMYK 0.97 0.68 0 0.43
HSL 222.13º 0.95% 0.29% -
HSV(B) 222.13º 0.97% 0.57% -
XYZ 6.14 4.02 27.24 -
YUV 44.73 184.59 98.95 -
System Red Green Blue C M Y K H S L
Decimal 4 46 145 0.97 0.68 0 0.43 222.13 0.95 0.29
Hex 4 2E 91 61 44 0 2B DE 5F 1D
Octal 4 56 221 141 104 0 53 336 137 35
Binary 100 101110 10010001 1100001 1000100 0 101011 11011110 1011111 11101

Color Harmonies of #042E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E91

Black with #042E91

Text Example


Text Example

White with #042E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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