Html Css Color HEX #044195 Smalt

📋 copy color: '#044195'

red 4 ◦ green 65 ◦ blue 149

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

Shades of Smalt #044195

Tints of Smalt #044195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.35%

R = 1.83%
G = 29.82%
B = 68.35%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044195 (or 0x044195) is known color: Smalt. HEX triplet: 04, 41 and 95. RGB value is (4,65,149). Sum of RGB (Red+Green+Blue) = 4+65+149=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #044195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044195 is #FBBE6A. Grayscale: #373737. Windows color (decimal): -16498283 or 9781508. OLE color: 9781508.

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

Color convert

RGB 4 65 149 -
CMYK 0.97 0.56 0 0.42
HSL 214.76º 0.95% 0.3% -
HSV(B) 214.76º 0.97% 0.58% -
XYZ 7.37 5.98 29.2 -
YUV 56.34 180.29 90.67 -
System Red Green Blue C M Y K H S L
Decimal 4 65 149 0.97 0.56 0 0.42 214.76 0.95 0.3
Hex 4 41 95 61 38 0 2A D7 5F 1E
Octal 4 101 225 141 70 0 52 327 137 36
Binary 100 1000001 10010101 1100001 111000 0 101010 11010111 1011111 11110

Color Harmonies of #044195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044195

Black with #044195

Text Example


Text Example

White with #044195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044195; }

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

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

background-color css

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

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

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

border-color css

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

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

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