Html Css Color HEX #044295 Smalt

📋 copy color: '#044295'

red 4 ◦ green 66 ◦ blue 149

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

Shades of Smalt #044295

Tints of Smalt #044295

RGB

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

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

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

R = 1.83%
G = 30.14%
B = 68.04%

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

#044295 (or 0x044295) is known color: Smalt. HEX triplet: 04, 42 and 95. RGB value is (4,66,149). Sum of RGB (Red+Green+Blue) = 4+66+149=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #044295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044295 is #FBBD6A. Grayscale: #383838. Windows color (decimal): -16498027 or 9781764. OLE color: 9781764.

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

Color convert

RGB 4 66 149 -
CMYK 0.97 0.56 0 0.42
HSL 214.34º 0.95% 0.3% -
HSV(B) 214.34º 0.97% 0.58% -
XYZ 7.42 6.09 29.22 -
YUV 56.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 4 66 149 0.97 0.56 0 0.42 214.34 0.95 0.3
Hex 4 42 95 61 38 0 2A D6 5F 1E
Octal 4 102 225 141 70 0 52 326 137 36
Binary 100 1000010 10010101 1100001 111000 0 101010 11010110 1011111 11110

Color Harmonies of #044295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044295

Black with #044295

Text Example


Text Example

White with #044295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044295; }

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

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

background-color css

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

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

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

border-color css

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

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

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