Html Css Color HEX #042993 Smalt

📋 copy color: '#042993'

red 4 ◦ green 41 ◦ blue 147

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

Shades of Smalt #042993

Tints of Smalt #042993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.35%

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

R = 2.08%
G = 21.35%
B = 76.56%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#042993 (or 0x042993) is known color: Smalt. HEX triplet: 04, 29 and 93. RGB value is (4,41,147). Sum of RGB (Red+Green+Blue) = 4+41+147=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #042993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042993 is #FBD66C. Grayscale: #292929. Windows color (decimal): -16504429 or 9644292. OLE color: 9644292.

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

Color convert

RGB 4 41 147 -
CMYK 0.97 0.72 0 0.42
HSL 224.48º 0.95% 0.3% -
HSV(B) 224.48º 0.97% 0.58% -
XYZ 6.11 3.72 28 -
YUV 42.02 187.24 100.88 -
System Red Green Blue C M Y K H S L
Decimal 4 41 147 0.97 0.72 0 0.42 224.48 0.95 0.3
Hex 4 29 93 61 48 0 2A E0 5F 1E
Octal 4 51 223 141 110 0 52 340 137 36
Binary 100 101001 10010011 1100001 1001000 0 101010 11100000 1011111 11110

Color Harmonies of #042993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042993

Black with #042993

Text Example


Text Example

White with #042993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042993; }

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

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

background-color css

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

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

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

border-color css

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

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

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