Html Css Color HEX #044296 Smalt

📋 copy color: '#044296'

red 4 ◦ green 66 ◦ blue 150

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

Shades of Smalt #044296

Tints of Smalt #044296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.18%

R = 1.82%
G = 30%
B = 68.18%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#044296 (or 0x044296) is known color: Smalt. HEX triplet: 04, 42 and 96. RGB value is (4,66,150). Sum of RGB (Red+Green+Blue) = 4+66+150=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #044296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044296 is #FBBD69. Grayscale: #383838. Windows color (decimal): -16498026 or 9847300. OLE color: 9847300.

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

Color convert

RGB 4 66 150 -
CMYK 0.97 0.56 0 0.41
HSL 214.52º 0.95% 0.3% -
HSV(B) 214.52º 0.97% 0.59% -
XYZ 7.5 6.12 29.64 -
YUV 57.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 4 66 150 0.97 0.56 0 0.41 214.52 0.95 0.3
Hex 4 42 96 61 38 0 29 D7 5F 1E
Octal 4 102 226 141 70 0 51 327 137 36
Binary 100 1000010 10010110 1100001 111000 0 101001 11010111 1011111 11110

Color Harmonies of #044296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044296

Black with #044296

Text Example


Text Example

White with #044296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044296; }

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

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

background-color css

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

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

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

border-color css

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

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

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