Html Css Color HEX #044291 Smalt

📋 copy color: '#044291'

red 4 ◦ green 66 ◦ blue 145

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

Shades of Smalt #044291

Tints of Smalt #044291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 1.86%
G = 30.7%
B = 67.44%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044291 (or 0x044291) is known color: Smalt. HEX triplet: 04, 42 and 91. RGB value is (4,66,145). Sum of RGB (Red+Green+Blue) = 4+66+145=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #044291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044291 is #FBBD6E. Grayscale: #383838. Windows color (decimal): -16498031 or 9519620. OLE color: 9519620.

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

Color convert

RGB 4 66 145 -
CMYK 0.97 0.54 0 0.43
HSL 213.62º 0.95% 0.29% -
HSV(B) 213.62º 0.97% 0.57% -
XYZ 7.11 5.97 27.57 -
YUV 56.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 4 66 145 0.97 0.54 0 0.43 213.62 0.95 0.29
Hex 4 42 91 61 36 0 2B D6 5F 1D
Octal 4 102 221 141 66 0 53 326 137 35
Binary 100 1000010 10010001 1100001 110110 0 101011 11010110 1011111 11101

Color Harmonies of #044291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044291

Black with #044291

Text Example


Text Example

White with #044291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044291; }

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

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

background-color css

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

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

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

border-color css

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

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

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