Html Css Color HEX #04378B Smalt

📋 copy color: '#04378B'

red 4 ◦ green 55 ◦ blue 139

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

Shades of Smalt #04378B

Tints of Smalt #04378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 2.02%
G = 27.78%
B = 70.2%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04378B (or 0x04378B) is known color: Smalt. HEX triplet: 04, 37 and 8B. RGB value is (4,55,139). Sum of RGB (Red+Green+Blue) = 4+55+139=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #04378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04378B is #FBC874. Grayscale: #303030. Windows color (decimal): -16500853 or 9123588. OLE color: 9123588.

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

Color convert

RGB 4 55 139 -
CMYK 0.97 0.60 0 0.45
HSL 217.33º 0.94% 0.28% -
HSV(B) 217.33º 0.97% 0.55% -
XYZ 6.08 4.62 25 -
YUV 49.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 4 55 139 0.97 0.60 0 0.45 217.33 0.94 0.28
Hex 4 37 8B 61 3C 0 2D D9 5E 1C
Octal 4 67 213 141 74 0 55 331 136 34
Binary 100 110111 10001011 1100001 111100 0 101101 11011001 1011110 11100

Color Harmonies of #04378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04378B

Black with #04378B

Text Example


Text Example

White with #04378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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