Html Css Color HEX #04329B Smalt

📋 copy color: '#04329B'

red 4 ◦ green 50 ◦ blue 155

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

Shades of Smalt #04329B

Tints of Smalt #04329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.16%

R = 1.91%
G = 23.92%
B = 74.16%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04329B (or 0x04329B) is known color: Smalt. HEX triplet: 04, 32 and 9B. RGB value is (4,50,155). Sum of RGB (Red+Green+Blue) = 4+50+155=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #04329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04329B is #FBCD64. Grayscale: #2F2F2F. Windows color (decimal): -16502117 or 10170884. OLE color: 10170884.

HSL color Cylindrical-coordinate representation of color #04329B: hue angle of 221.72º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04329B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 50 155 -
CMYK 0.97 0.68 0 0.39
HSL 221.72º 0.95% 0.31% -
HSV(B) 221.72º 0.97% 0.61% -
XYZ 7.11 4.67 31.54 -
YUV 48.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 4 50 155 0.97 0.68 0 0.39 221.72 0.95 0.31
Hex 4 32 9B 61 44 0 27 DE 5F 1F
Octal 4 62 233 141 104 0 47 336 137 37
Binary 100 110010 10011011 1100001 1000100 0 100111 11011110 1011111 11111

Color Harmonies of #04329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04329B

Black with #04329B

Text Example


Text Example

White with #04329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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