Html Css Color HEX #04329E Smalt

📋 copy color: '#04329E'

red 4 ◦ green 50 ◦ blue 158

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

Shades of Smalt #04329E

Tints of Smalt #04329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.53%

R = 1.89%
G = 23.58%
B = 74.53%

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

#04329E (or 0x04329E) is known color: Smalt. HEX triplet: 04, 32 and 9E. RGB value is (4,50,158). Sum of RGB (Red+Green+Blue) = 4+50+158=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #04329E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04329E is #FBCD61. Grayscale: #303030. Windows color (decimal): -16502114 or 10367492. OLE color: 10367492.

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

Color convert

RGB 4 50 158 -
CMYK 0.97 0.68 0 0.38
HSL 222.08º 0.95% 0.32% -
HSV(B) 222.08º 0.97% 0.62% -
XYZ 7.36 4.78 32.88 -
YUV 48.56 189.76 96.22 -
System Red Green Blue C M Y K H S L
Decimal 4 50 158 0.97 0.68 0 0.38 222.08 0.95 0.32
Hex 4 32 9E 61 44 0 26 DE 5F 20
Octal 4 62 236 141 104 0 46 336 137 40
Binary 100 110010 10011110 1100001 1000100 0 100110 11011110 1011111 100000

Color Harmonies of #04329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04329E

Black with #04329E

Text Example


Text Example

White with #04329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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