Html Css Color HEX #04328B Smalt

📋 copy color: '#04328B'

red 4 ◦ green 50 ◦ blue 139

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

Shades of Smalt #04328B

Tints of Smalt #04328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.02%

R = 2.07%
G = 25.91%
B = 72.02%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04328B (or 0x04328B) is known color: Smalt. HEX triplet: 04, 32 and 8B. RGB value is (4,50,139). Sum of RGB (Red+Green+Blue) = 4+50+139=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #04328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04328B is #FBCD74. Grayscale: #2D2D2D. Windows color (decimal): -16502133 or 9122308. OLE color: 9122308.

HSL color Cylindrical-coordinate representation of color #04328B: hue angle of 219.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04328B is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 50 139 -
CMYK 0.97 0.64 0 0.45
HSL 219.56º 0.94% 0.28% -
HSV(B) 219.56º 0.97% 0.55% -
XYZ 5.85 4.17 24.92 -
YUV 46.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 4 50 139 0.97 0.64 0 0.45 219.56 0.94 0.28
Hex 4 32 8B 61 40 0 2D DC 5E 1C
Octal 4 62 213 141 100 0 55 334 136 34
Binary 100 110010 10001011 1100001 1000000 0 101101 11011100 1011110 11100

Color Harmonies of #04328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04328B

Black with #04328B

Text Example


Text Example

White with #04328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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