Html Css Color HEX #042886 Smalt

📋 copy color: '#042886'

red 4 ◦ green 40 ◦ blue 134

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

Shades of Smalt #042886

Tints of Smalt #042886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.47%

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

R = 2.25%
G = 22.47%
B = 75.28%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042886 (or 0x042886) is known color: Smalt. HEX triplet: 04, 28 and 86. RGB value is (4,40,134). Sum of RGB (Red+Green+Blue) = 4+40+134=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #042886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042886 is #FBD779. Grayscale: #272727. Windows color (decimal): -16504698 or 8792068. OLE color: 8792068.

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

Color convert

RGB 4 40 134 -
CMYK 0.97 0.70 0 0.47
HSL 223.38º 0.94% 0.27% -
HSV(B) 223.38º 0.97% 0.53% -
XYZ 5.11 3.26 22.91 -
YUV 39.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 4 40 134 0.97 0.70 0 0.47 223.38 0.94 0.27
Hex 4 28 86 61 46 0 2F DF 5E 1B
Octal 4 50 206 141 106 0 57 337 136 33
Binary 100 101000 10000110 1100001 1000110 0 101111 11011111 1011110 11011

Color Harmonies of #042886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042886

Black with #042886

Text Example


Text Example

White with #042886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042886; }

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

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

background-color css

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

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

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

border-color css

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

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

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