Html Css Color HEX #04379B Smalt

📋 copy color: '#04379B'

red 4 ◦ green 55 ◦ blue 155

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

Shades of Smalt #04379B

Tints of Smalt #04379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 1.87%
G = 25.7%
B = 72.43%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04379B (or 0x04379B) is known color: Smalt. HEX triplet: 04, 37 and 9B. RGB value is (4,55,155). Sum of RGB (Red+Green+Blue) = 4+55+155=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 155 (60.94% from 255 or 72.43% from 214); Max value from RGB is 155 - color contains mainly: blue. Hex color #04379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04379B is #FBC864. Grayscale: #323232. Windows color (decimal): -16500837 or 10172164. OLE color: 10172164.

HSL color Cylindrical-coordinate representation of color #04379B: hue angle of 219.74º 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 #04379B is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 55 155 -
CMYK 0.97 0.65 0 0.39
HSL 219.74º 0.95% 0.31% -
HSV(B) 219.74º 0.97% 0.61% -
XYZ 7.33 5.12 31.61 -
YUV 51.15 186.6 94.37 -
System Red Green Blue C M Y K H S L
Decimal 4 55 155 0.97 0.65 0 0.39 219.74 0.95 0.31
Hex 4 37 9B 61 41 0 27 DC 5F 1F
Octal 4 67 233 141 101 0 47 334 137 37
Binary 100 110111 10011011 1100001 1000001 0 100111 11011100 1011111 11111

Color Harmonies of #04379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04379B

Black with #04379B

Text Example


Text Example

White with #04379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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