Html Css Color HEX #042593 Smalt

📋 copy color: '#042593'

red 4 ◦ green 37 ◦ blue 147

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

Shades of Smalt #042593

Tints of Smalt #042593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 147 (57.81% from 255) = 78.19%

R = 2.13%
G = 19.68%
B = 78.19%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042593 (or 0x042593) is known color: Smalt. HEX triplet: 04, 25 and 93. RGB value is (4,37,147). Sum of RGB (Red+Green+Blue) = 4+37+147=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #042593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042593 is #FBDA6C. Grayscale: #272727. Windows color (decimal): -16505453 or 9643268. OLE color: 9643268.

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

Color convert

RGB 4 37 147 -
CMYK 0.97 0.75 0 0.42
HSL 226.15º 0.95% 0.3% -
HSV(B) 226.15º 0.97% 0.58% -
XYZ 5.98 3.46 27.96 -
YUV 39.67 188.57 102.56 -
System Red Green Blue C M Y K H S L
Decimal 4 37 147 0.97 0.75 0 0.42 226.15 0.95 0.3
Hex 4 25 93 61 4B 0 2A E2 5F 1E
Octal 4 45 223 141 113 0 52 342 137 36
Binary 100 100101 10010011 1100001 1001011 0 101010 11100010 1011111 11110

Color Harmonies of #042593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042593

Black with #042593

Text Example


Text Example

White with #042593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042593; }

 p { color: rgb(4,37,147); }

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

background-color css

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

 a { background-color: rgb(4,37,147); }

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

border-color css

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

 span { border-color: rgb(4,37,147); }

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