Html Css Color HEX #04379D Smalt

📋 copy color: '#04379D'

red 4 ◦ green 55 ◦ blue 157

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

Shades of Smalt #04379D

Tints of Smalt #04379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.69%

R = 1.85%
G = 25.46%
B = 72.69%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04379D (or 0x04379D) is known color: Smalt. HEX triplet: 04, 37 and 9D. RGB value is (4,55,157). Sum of RGB (Red+Green+Blue) = 4+55+157=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #04379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04379D is #FBC862. Grayscale: #323232. Windows color (decimal): -16500835 or 10303236. OLE color: 10303236.

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

Color convert

RGB 4 55 157 -
CMYK 0.97 0.65 0 0.38
HSL 220º 0.95% 0.32% -
HSV(B) 220º 0.97% 0.62% -
XYZ 7.5 5.19 32.51 -
YUV 51.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 4 55 157 0.97 0.65 0 0.38 220 0.95 0.32
Hex 4 37 9D 61 41 0 26 DC 5F 20
Octal 4 67 235 141 101 0 46 334 137 40
Binary 100 110111 10011101 1100001 1000001 0 100110 11011100 1011111 100000

Color Harmonies of #04379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04379D

Black with #04379D

Text Example


Text Example

White with #04379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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