Html Css Color HEX #044091 Smalt

📋 copy color: '#044091'

red 4 ◦ green 64 ◦ blue 145

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

Shades of Smalt #044091

Tints of Smalt #044091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.05%

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

R = 1.88%
G = 30.05%
B = 68.08%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#044091 (or 0x044091) is known color: Smalt. HEX triplet: 04, 40 and 91. RGB value is (4,64,145). Sum of RGB (Red+Green+Blue) = 4+64+145=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #044091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044091 is #FBBF6E. Grayscale: #363636. Windows color (decimal): -16498543 or 9519108. OLE color: 9519108.

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

Color convert

RGB 4 64 145 -
CMYK 0.97 0.56 0 0.43
HSL 214.47º 0.95% 0.29% -
HSV(B) 214.47º 0.97% 0.57% -
XYZ 6.99 5.74 27.53 -
YUV 55.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 4 64 145 0.97 0.56 0 0.43 214.47 0.95 0.29
Hex 4 40 91 61 38 0 2B D6 5F 1D
Octal 4 100 221 141 70 0 53 326 137 35
Binary 100 1000000 10010001 1100001 111000 0 101011 11010110 1011111 11101

Color Harmonies of #044091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044091

Black with #044091

Text Example


Text Example

White with #044091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044091; }

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

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

background-color css

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

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

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

border-color css

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

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

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