Html Css Color HEX #04329F Smalt

📋 copy color: '#04329F'

red 4 ◦ green 50 ◦ blue 159

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

Shades of Smalt #04329F

Tints of Smalt #04329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 1.88%
G = 23.47%
B = 74.65%

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

#04329F (or 0x04329F) is known color: Smalt. HEX triplet: 04, 32 and 9F. RGB value is (4,50,159). Sum of RGB (Red+Green+Blue) = 4+50+159=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #04329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04329F is #FBCD60. Grayscale: #303030. Windows color (decimal): -16502113 or 10433028. OLE color: 10433028.

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

Color convert

RGB 4 50 159 -
CMYK 0.97 0.69 0 0.38
HSL 222.19º 0.95% 0.32% -
HSV(B) 222.19º 0.97% 0.62% -
XYZ 7.45 4.81 33.34 -
YUV 48.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 4 50 159 0.97 0.69 0 0.38 222.19 0.95 0.32
Hex 4 32 9F 61 45 0 26 DE 5F 20
Octal 4 62 237 141 105 0 46 336 137 40
Binary 100 110010 10011111 1100001 1000101 0 100110 11011110 1011111 100000

Color Harmonies of #04329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04329F

Black with #04329F

Text Example


Text Example

White with #04329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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