Html Css Color HEX #04319B Smalt

📋 copy color: '#04319B'

red 4 ◦ green 49 ◦ blue 155

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

Shades of Smalt #04319B

Tints of Smalt #04319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

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

R = 1.92%
G = 23.56%
B = 74.52%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04319B (or 0x04319B) is known color: Smalt. HEX triplet: 04, 31 and 9B. RGB value is (4,49,155). Sum of RGB (Red+Green+Blue) = 4+49+155=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #04319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04319B is #FBCE64. Grayscale: #2F2F2F. Windows color (decimal): -16502373 or 10170628. OLE color: 10170628.

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

Color convert

RGB 4 49 155 -
CMYK 0.97 0.68 0 0.39
HSL 222.12º 0.95% 0.31% -
HSV(B) 222.12º 0.97% 0.61% -
XYZ 7.06 4.59 31.52 -
YUV 47.63 188.59 96.88 -
System Red Green Blue C M Y K H S L
Decimal 4 49 155 0.97 0.68 0 0.39 222.12 0.95 0.31
Hex 4 31 9B 61 44 0 27 DE 5F 1F
Octal 4 61 233 141 104 0 47 336 137 37
Binary 100 110001 10011011 1100001 1000100 0 100111 11011110 1011111 11111

Color Harmonies of #04319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04319B

Black with #04319B

Text Example


Text Example

White with #04319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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