Html Css Color HEX #042195 Smalt

📋 copy color: '#042195'

red 4 ◦ green 33 ◦ blue 149

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

Shades of Smalt #042195

Tints of Smalt #042195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

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

R = 2.15%
G = 17.74%
B = 80.11%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042195 (or 0x042195) is known color: Smalt. HEX triplet: 04, 21 and 95. RGB value is (4,33,149). Sum of RGB (Red+Green+Blue) = 4+33+149=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #042195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042195 is #FBDE6A. Grayscale: #252525. Windows color (decimal): -16506475 or 9773316. OLE color: 9773316.

HSL color Cylindrical-coordinate representation of color #042195: hue angle of 228º 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 #042195 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 33 149 -
CMYK 0.97 0.78 0 0.42
HSL 228º 0.95% 0.3% -
HSV(B) 228º 0.97% 0.58% -
XYZ 6.02 3.28 28.75 -
YUV 37.55 190.89 104.07 -
System Red Green Blue C M Y K H S L
Decimal 4 33 149 0.97 0.78 0 0.42 228 0.95 0.3
Hex 4 21 95 61 4E 0 2A E4 5F 1E
Octal 4 41 225 141 116 0 52 344 137 36
Binary 100 100001 10010101 1100001 1001110 0 101010 11100100 1011111 11110

Color Harmonies of #042195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042195

Black with #042195

Text Example


Text Example

White with #042195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042195; }

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

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

background-color css

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

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

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

border-color css

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

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

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