Html Css Color HEX #042892 Smalt

📋 copy color: '#042892'

red 4 ◦ green 40 ◦ blue 146

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

Shades of Smalt #042892

Tints of Smalt #042892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.84%

R = 2.11%
G = 21.05%
B = 76.84%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#042892 (or 0x042892) is known color: Smalt. HEX triplet: 04, 28 and 92. RGB value is (4,40,146). Sum of RGB (Red+Green+Blue) = 4+40+146=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #042892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042892 is #FBD76D. Grayscale: #282828. Windows color (decimal): -16504686 or 9578500. OLE color: 9578500.

HSL color Cylindrical-coordinate representation of color #042892: hue angle of 224.79º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042892 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 40 146 -
CMYK 0.97 0.73 0 0.43
HSL 224.79º 0.95% 0.29% -
HSV(B) 224.79º 0.97% 0.57% -
XYZ 6 3.62 27.58 -
YUV 41.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 4 40 146 0.97 0.73 0 0.43 224.79 0.95 0.29
Hex 4 28 92 61 49 0 2B E1 5F 1D
Octal 4 50 222 141 111 0 53 341 137 35
Binary 100 101000 10010010 1100001 1001001 0 101011 11100001 1011111 11101

Color Harmonies of #042892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042892

Black with #042892

Text Example


Text Example

White with #042892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042892; }

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

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

background-color css

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

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

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

border-color css

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

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

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