Html Css Color HEX #04298D Smalt

📋 copy color: '#04298D'

red 4 ◦ green 41 ◦ blue 141

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

Shades of Smalt #04298D

Tints of Smalt #04298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.04%

 BLUE value IS 141 (55.47% from 255) = 75.81%

R = 2.15%
G = 22.04%
B = 75.81%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04298D (or 0x04298D) is known color: Smalt. HEX triplet: 04, 29 and 8D. RGB value is (4,41,141). Sum of RGB (Red+Green+Blue) = 4+41+141=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #04298D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04298D is #FBD672. Grayscale: #282828. Windows color (decimal): -16504435 or 9251076. OLE color: 9251076.

HSL color Cylindrical-coordinate representation of color #04298D: hue angle of 223.8º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04298D is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 41 141 -
CMYK 0.97 0.71 0 0.45
HSL 223.8º 0.94% 0.28% -
HSV(B) 223.8º 0.97% 0.55% -
XYZ 5.65 3.53 25.58 -
YUV 41.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 4 41 141 0.97 0.71 0 0.45 223.8 0.94 0.28
Hex 4 29 8D 61 47 0 2D E0 5E 1C
Octal 4 51 215 141 107 0 55 340 136 34
Binary 100 101001 10001101 1100001 1000111 0 101101 11100000 1011110 11100

Color Harmonies of #04298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04298D

Black with #04298D

Text Example


Text Example

White with #04298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04298D; }

 p { color: rgb(4,41,141); }

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

background-color css

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

 a { background-color: rgb(4,41,141); }

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

border-color css

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

 span { border-color: rgb(4,41,141); }

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