Html Css Color HEX #044190 Smalt

📋 copy color: '#044190'

red 4 ◦ green 65 ◦ blue 144

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

Shades of Smalt #044190

Tints of Smalt #044190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 1.88%
G = 30.52%
B = 67.61%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#044190 (or 0x044190) is known color: Smalt. HEX triplet: 04, 41 and 90. RGB value is (4,65,144). Sum of RGB (Red+Green+Blue) = 4+65+144=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #044190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044190 is #FBBE6F. Grayscale: #373737. Windows color (decimal): -16498288 or 9453828. OLE color: 9453828.

HSL color Cylindrical-coordinate representation of color #044190: hue angle of 213.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044190 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 65 144 -
CMYK 0.97 0.55 0 0.44
HSL 213.86º 0.95% 0.29% -
HSV(B) 213.86º 0.97% 0.56% -
XYZ 6.97 5.82 27.14 -
YUV 55.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 4 65 144 0.97 0.55 0 0.44 213.86 0.95 0.29
Hex 4 41 90 61 37 0 2C D6 5F 1D
Octal 4 101 220 141 67 0 54 326 137 35
Binary 100 1000001 10010000 1100001 110111 0 101100 11010110 1011111 11101

Color Harmonies of #044190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044190

Black with #044190

Text Example


Text Example

White with #044190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044190; }

 p { color: rgb(4,65,144); }

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

background-color css

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

 a { background-color: rgb(4,65,144); }

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

border-color css

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

 span { border-color: rgb(4,65,144); }

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