Html Css Color HEX #042486 Smalt

📋 copy color: '#042486'

red 4 ◦ green 36 ◦ blue 134

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

Shades of Smalt #042486

Tints of Smalt #042486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 2.3%
G = 20.69%
B = 77.01%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042486 (or 0x042486) is known color: Smalt. HEX triplet: 04, 24 and 86. RGB value is (4,36,134). Sum of RGB (Red+Green+Blue) = 4+36+134=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 134 (52.73% from 255 or 77.01% from 174); Max value from RGB is 134 - color contains mainly: blue. Hex color #042486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042486 is #FBDB79. Grayscale: #252525. Windows color (decimal): -16505722 or 8791044. OLE color: 8791044.

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

Color convert

RGB 4 36 134 -
CMYK 0.97 0.73 0 0.47
HSL 225.23º 0.94% 0.27% -
HSV(B) 225.23º 0.97% 0.53% -
XYZ 4.98 3.01 22.87 -
YUV 37.6 182.4 104.03 -
System Red Green Blue C M Y K H S L
Decimal 4 36 134 0.97 0.73 0 0.47 225.23 0.94 0.27
Hex 4 24 86 61 49 0 2F E1 5E 1B
Octal 4 44 206 141 111 0 57 341 136 33
Binary 100 100100 10000110 1100001 1001001 0 101111 11100001 1011110 11011

Color Harmonies of #042486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042486

Black with #042486

Text Example


Text Example

White with #042486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042486; }

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

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

background-color css

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

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

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

border-color css

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

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

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