Html Css Color HEX #042986 Smalt

📋 copy color: '#042986'

red 4 ◦ green 41 ◦ blue 134

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

Shades of Smalt #042986

Tints of Smalt #042986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 74.86%

R = 2.23%
G = 22.91%
B = 74.86%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042986 (or 0x042986) is known color: Smalt. HEX triplet: 04, 29 and 86. RGB value is (4,41,134). Sum of RGB (Red+Green+Blue) = 4+41+134=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 134 (52.73% from 255 or 74.86% from 179); Max value from RGB is 134 - color contains mainly: blue. Hex color #042986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042986 is #FBD679. Grayscale: #282828. Windows color (decimal): -16504442 or 8792324. OLE color: 8792324.

HSL color Cylindrical-coordinate representation of color #042986: hue angle of 222.92º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042986 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 41 134 -
CMYK 0.97 0.69 0 0.47
HSL 222.92º 0.94% 0.27% -
HSV(B) 222.92º 0.97% 0.53% -
XYZ 5.15 3.33 22.93 -
YUV 40.54 180.74 101.94 -
System Red Green Blue C M Y K H S L
Decimal 4 41 134 0.97 0.69 0 0.47 222.92 0.94 0.27
Hex 4 29 86 61 45 0 2F DF 5E 1B
Octal 4 51 206 141 105 0 57 337 136 33
Binary 100 101001 10000110 1100001 1000101 0 101111 11011111 1011110 11011

Color Harmonies of #042986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042986

Black with #042986

Text Example


Text Example

White with #042986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042986; }

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

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

background-color css

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

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

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

border-color css

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

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

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