Html Css Color HEX #04328E Smalt

📋 copy color: '#04328E'

red 4 ◦ green 50 ◦ blue 142

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

Shades of Smalt #04328E

Tints of Smalt #04328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.45%

R = 2.04%
G = 25.51%
B = 72.45%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04328E (or 0x04328E) is known color: Smalt. HEX triplet: 04, 32 and 8E. RGB value is (4,50,142). Sum of RGB (Red+Green+Blue) = 4+50+142=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #04328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04328E is #FBCD71. Grayscale: #2E2E2E. Windows color (decimal): -16502130 or 9318916. OLE color: 9318916.

HSL color Cylindrical-coordinate representation of color #04328E: hue angle of 220º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04328E is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 50 142 -
CMYK 0.97 0.65 0 0.44
HSL 220º 0.95% 0.29% -
HSV(B) 220º 0.97% 0.56% -
XYZ 6.07 4.26 26.09 -
YUV 46.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 4 50 142 0.97 0.65 0 0.44 220 0.95 0.29
Hex 4 32 8E 61 41 0 2C DC 5F 1D
Octal 4 62 216 141 101 0 54 334 137 35
Binary 100 110010 10001110 1100001 1000001 0 101100 11011100 1011111 11101

Color Harmonies of #04328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04328E

Black with #04328E

Text Example


Text Example

White with #04328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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