Html Css Color HEX #04379C Smalt

📋 copy color: '#04379C'

red 4 ◦ green 55 ◦ blue 156

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

Shades of Smalt #04379C

Tints of Smalt #04379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 72.56%

R = 1.86%
G = 25.58%
B = 72.56%

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

#04379C (or 0x04379C) is known color: Smalt. HEX triplet: 04, 37 and 9C. RGB value is (4,55,156). Sum of RGB (Red+Green+Blue) = 4+55+156=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #04379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04379C is #FBC863. Grayscale: #323232. Windows color (decimal): -16500836 or 10237700. OLE color: 10237700.

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

Color convert

RGB 4 55 156 -
CMYK 0.97 0.65 0 0.39
HSL 219.87º 0.95% 0.31% -
HSV(B) 219.87º 0.97% 0.61% -
XYZ 7.42 5.16 32.06 -
YUV 51.27 187.1 94.29 -
System Red Green Blue C M Y K H S L
Decimal 4 55 156 0.97 0.65 0 0.39 219.87 0.95 0.31
Hex 4 37 9C 61 41 0 27 DC 5F 1F
Octal 4 67 234 141 101 0 47 334 137 37
Binary 100 110111 10011100 1100001 1000001 0 100111 11011100 1011111 11111

Color Harmonies of #04379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04379C

Black with #04379C

Text Example


Text Example

White with #04379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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