Html Css Color HEX #04319D Smalt

📋 copy color: '#04319D'

red 4 ◦ green 49 ◦ blue 157

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

Shades of Smalt #04319D

Tints of Smalt #04319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 157 (61.72% from 255) = 74.76%

R = 1.9%
G = 23.33%
B = 74.76%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04319D (or 0x04319D) is known color: Smalt. HEX triplet: 04, 31 and 9D. RGB value is (4,49,157). Sum of RGB (Red+Green+Blue) = 4+49+157=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #04319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04319D is #FBCE62. Grayscale: #2F2F2F. Windows color (decimal): -16502371 or 10301700. OLE color: 10301700.

HSL color Cylindrical-coordinate representation of color #04319D: hue angle of 222.35º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04319D is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 49 157 -
CMYK 0.97 0.69 0 0.38
HSL 222.35º 0.95% 0.32% -
HSV(B) 222.35º 0.97% 0.62% -
XYZ 7.23 4.66 32.42 -
YUV 47.86 189.59 96.72 -
System Red Green Blue C M Y K H S L
Decimal 4 49 157 0.97 0.69 0 0.38 222.35 0.95 0.32
Hex 4 31 9D 61 45 0 26 DE 5F 20
Octal 4 61 235 141 105 0 46 336 137 40
Binary 100 110001 10011101 1100001 1000101 0 100110 11011110 1011111 100000

Color Harmonies of #04319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04319D

Black with #04319D

Text Example


Text Example

White with #04319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,49,157); }

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

background-color css

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

 a { background-color: rgb(4,49,157); }

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

border-color css

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

 span { border-color: rgb(4,49,157); }

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