Html Css Color HEX #04298C Smalt

📋 copy color: '#04298C'

red 4 ◦ green 41 ◦ blue 140

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

Shades of Smalt #04298C

Tints of Smalt #04298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 75.68%

R = 2.16%
G = 22.16%
B = 75.68%

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

#04298C (or 0x04298C) is known color: Smalt. HEX triplet: 04, 29 and 8C. RGB value is (4,41,140). Sum of RGB (Red+Green+Blue) = 4+41+140=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 140 (55.08% from 255 or 75.68% from 185); Max value from RGB is 140 - color contains mainly: blue. Hex color #04298C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04298C is #FBD673. Grayscale: #282828. Windows color (decimal): -16504436 or 9185540. OLE color: 9185540.

HSL color Cylindrical-coordinate representation of color #04298C: hue angle of 223.68º 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 #04298C is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 41 140 -
CMYK 0.97 0.71 0 0.45
HSL 223.68º 0.94% 0.28% -
HSV(B) 223.68º 0.97% 0.55% -
XYZ 5.58 3.51 25.19 -
YUV 41.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 4 41 140 0.97 0.71 0 0.45 223.68 0.94 0.28
Hex 4 29 8C 61 47 0 2D E0 5E 1C
Octal 4 51 214 141 107 0 55 340 136 34
Binary 100 101001 10001100 1100001 1000111 0 101101 11100000 1011110 11100

Color Harmonies of #04298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04298C

Black with #04298C

Text Example


Text Example

White with #04298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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