Html Css Color HEX #04329D Smalt

📋 copy color: '#04329D'

red 4 ◦ green 50 ◦ blue 157

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

Shades of Smalt #04329D

Tints of Smalt #04329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

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

R = 1.9%
G = 23.7%
B = 74.41%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04329D (or 0x04329D) is known color: Smalt. HEX triplet: 04, 32 and 9D. RGB value is (4,50,157). Sum of RGB (Red+Green+Blue) = 4+50+157=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #04329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04329D is #FBCD62. Grayscale: #2F2F2F. Windows color (decimal): -16502115 or 10301956. OLE color: 10301956.

HSL color Cylindrical-coordinate representation of color #04329D: hue angle of 221.96º 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 #04329D is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 50 157 -
CMYK 0.97 0.68 0 0.38
HSL 221.96º 0.95% 0.32% -
HSV(B) 221.96º 0.97% 0.62% -
XYZ 7.28 4.74 32.43 -
YUV 48.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 4 50 157 0.97 0.68 0 0.38 221.96 0.95 0.32
Hex 4 32 9D 61 44 0 26 DE 5F 20
Octal 4 62 235 141 104 0 46 336 137 40
Binary 100 110010 10011101 1100001 1000100 0 100110 11011110 1011111 100000

Color Harmonies of #04329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04329D

Black with #04329D

Text Example


Text Example

White with #04329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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