Html Css Color HEX #04328C Smalt

📋 copy color: '#04328C'

red 4 ◦ green 50 ◦ blue 140

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

Shades of Smalt #04328C

Tints of Smalt #04328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.16%

R = 2.06%
G = 25.77%
B = 72.16%

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

#04328C (or 0x04328C) is known color: Smalt. HEX triplet: 04, 32 and 8C. RGB value is (4,50,140). Sum of RGB (Red+Green+Blue) = 4+50+140=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #04328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04328C is #FBCD73. Grayscale: #2E2E2E. Windows color (decimal): -16502132 or 9187844. OLE color: 9187844.

HSL color Cylindrical-coordinate representation of color #04328C: hue angle of 219.71º 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 #04328C is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 50 140 -
CMYK 0.97 0.64 0 0.45
HSL 219.71º 0.94% 0.28% -
HSV(B) 219.71º 0.97% 0.55% -
XYZ 5.92 4.2 25.31 -
YUV 46.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 4 50 140 0.97 0.64 0 0.45 219.71 0.94 0.28
Hex 4 32 8C 61 40 0 2D DC 5E 1C
Octal 4 62 214 141 100 0 55 334 136 34
Binary 100 110010 10001100 1100001 1000000 0 101101 11011100 1011110 11100

Color Harmonies of #04328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04328C

Black with #04328C

Text Example


Text Example

White with #04328C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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