Html Css Color HEX #044098 Smalt

📋 copy color: '#044098'

red 4 ◦ green 64 ◦ blue 152

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

Shades of Smalt #044098

Tints of Smalt #044098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 152 (59.77% from 255) = 69.09%

R = 1.82%
G = 29.09%
B = 69.09%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#044098 (or 0x044098) is known color: Smalt. HEX triplet: 04, 40 and 98. RGB value is (4,64,152). Sum of RGB (Red+Green+Blue) = 4+64+152=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #044098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044098 is #FBBF67. Grayscale: #373737. Windows color (decimal): -16498536 or 9977860. OLE color: 9977860.

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

Color convert

RGB 4 64 152 -
CMYK 0.97 0.58 0 0.40
HSL 215.68º 0.95% 0.31% -
HSV(B) 215.68º 0.97% 0.6% -
XYZ 7.55 5.96 30.46 -
YUV 56.09 182.12 90.84 -
System Red Green Blue C M Y K H S L
Decimal 4 64 152 0.97 0.58 0 0.40 215.68 0.95 0.31
Hex 4 40 98 61 3A 0 28 D8 5F 1F
Octal 4 100 230 141 72 0 50 330 137 37
Binary 100 1000000 10011000 1100001 111010 0 101000 11011000 1011111 11111

Color Harmonies of #044098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044098

Black with #044098

Text Example


Text Example

White with #044098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044098; }

 p { color: rgb(4,64,152); }

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

background-color css

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

 a { background-color: rgb(4,64,152); }

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

border-color css

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

 span { border-color: rgb(4,64,152); }

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