Html Css Color HEX #042891 Smalt

📋 copy color: '#042891'

red 4 ◦ green 40 ◦ blue 145

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

Shades of Smalt #042891

Tints of Smalt #042891

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 2.12%
G = 21.16%
B = 76.72%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042891 (or 0x042891) is known color: Smalt. HEX triplet: 04, 28 and 91. RGB value is (4,40,145). Sum of RGB (Red+Green+Blue) = 4+40+145=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #042891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042891 is #FBD76E. Grayscale: #282828. Windows color (decimal): -16504687 or 9512964. OLE color: 9512964.

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

Color convert

RGB 4 40 145 -
CMYK 0.97 0.72 0 0.43
HSL 224.68º 0.95% 0.29% -
HSV(B) 224.68º 0.97% 0.57% -
XYZ 5.92 3.59 27.17 -
YUV 41.21 186.57 101.46 -
System Red Green Blue C M Y K H S L
Decimal 4 40 145 0.97 0.72 0 0.43 224.68 0.95 0.29
Hex 4 28 91 61 48 0 2B E1 5F 1D
Octal 4 50 221 141 110 0 53 341 137 35
Binary 100 101000 10010001 1100001 1001000 0 101011 11100001 1011111 11101

Color Harmonies of #042891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042891

Black with #042891

Text Example


Text Example

White with #042891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042891; }

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

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

background-color css

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

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

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

border-color css

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

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

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