Html Css Color HEX #044395 Smalt

📋 copy color: '#044395'

red 4 ◦ green 67 ◦ blue 149

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

Shades of Smalt #044395

Tints of Smalt #044395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

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

R = 1.82%
G = 30.45%
B = 67.73%

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

#044395 (or 0x044395) is known color: Smalt. HEX triplet: 04, 43 and 95. RGB value is (4,67,149). Sum of RGB (Red+Green+Blue) = 4+67+149=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #044395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044395 is #FBBC6A. Grayscale: #393939. Windows color (decimal): -16497771 or 9782020. OLE color: 9782020.

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

Color convert

RGB 4 67 149 -
CMYK 0.97 0.55 0 0.42
HSL 213.93º 0.95% 0.3% -
HSV(B) 213.93º 0.97% 0.58% -
XYZ 7.48 6.21 29.24 -
YUV 57.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 4 67 149 0.97 0.55 0 0.42 213.93 0.95 0.3
Hex 4 43 95 61 37 0 2A D6 5F 1E
Octal 4 103 225 141 67 0 52 326 137 36
Binary 100 1000011 10010101 1100001 110111 0 101010 11010110 1011111 11110

Color Harmonies of #044395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044395

Black with #044395

Text Example


Text Example

White with #044395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044395; }

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

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

background-color css

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

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

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

border-color css

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

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

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