Html Css Color HEX #044293 Smalt

📋 copy color: '#044293'

red 4 ◦ green 66 ◦ blue 147

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

Shades of Smalt #044293

Tints of Smalt #044293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 1.84%
G = 30.41%
B = 67.74%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#044293 (or 0x044293) is known color: Smalt. HEX triplet: 04, 42 and 93. RGB value is (4,66,147). Sum of RGB (Red+Green+Blue) = 4+66+147=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #044293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044293 is #FBBD6C. Grayscale: #383838. Windows color (decimal): -16498029 or 9650692. OLE color: 9650692.

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

Color convert

RGB 4 66 147 -
CMYK 0.97 0.55 0 0.42
HSL 213.99º 0.95% 0.3% -
HSV(B) 213.99º 0.97% 0.58% -
XYZ 7.26 6.03 28.38 -
YUV 56.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 4 66 147 0.97 0.55 0 0.42 213.99 0.95 0.3
Hex 4 42 93 61 37 0 2A D6 5F 1E
Octal 4 102 223 141 67 0 52 326 137 36
Binary 100 1000010 10010011 1100001 110111 0 101010 11010110 1011111 11110

Color Harmonies of #044293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044293

Black with #044293

Text Example


Text Example

White with #044293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044293; }

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

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

background-color css

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

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

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

border-color css

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

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

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