Html Css Color HEX #042395 Smalt

📋 copy color: '#042395'

red 4 ◦ green 35 ◦ blue 149

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

Shades of Smalt #042395

Tints of Smalt #042395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.62%

 BLUE value IS 149 (58.59% from 255) = 79.26%

R = 2.13%
G = 18.62%
B = 79.26%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042395 (or 0x042395) is known color: Smalt. HEX triplet: 04, 23 and 95. RGB value is (4,35,149). Sum of RGB (Red+Green+Blue) = 4+35+149=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #042395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042395 is #FBDC6A. Grayscale: #262626. Windows color (decimal): -16505963 or 9773828. OLE color: 9773828.

HSL color Cylindrical-coordinate representation of color #042395: hue angle of 227.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042395 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 35 149 -
CMYK 0.97 0.77 0 0.42
HSL 227.17º 0.95% 0.3% -
HSV(B) 227.17º 0.97% 0.58% -
XYZ 6.08 3.4 28.77 -
YUV 38.73 190.23 103.23 -
System Red Green Blue C M Y K H S L
Decimal 4 35 149 0.97 0.77 0 0.42 227.17 0.95 0.3
Hex 4 23 95 61 4D 0 2A E3 5F 1E
Octal 4 43 225 141 115 0 52 343 137 36
Binary 100 100011 10010101 1100001 1001101 0 101010 11100011 1011111 11110

Color Harmonies of #042395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042395

Black with #042395

Text Example


Text Example

White with #042395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042395; }

 p { color: rgb(4,35,149); }

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

background-color css

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

 a { background-color: rgb(4,35,149); }

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

border-color css

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

 span { border-color: rgb(4,35,149); }

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