Html Css Color HEX #042184 Smalt

📋 copy color: '#042184'

red 4 ◦ green 33 ◦ blue 132

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

Shades of Smalt #042184

Tints of Smalt #042184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

 BLUE value IS 132 (51.95% from 255) = 78.11%

R = 2.37%
G = 19.53%
B = 78.11%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#042184 (or 0x042184) is known color: Smalt. HEX triplet: 04, 21 and 84. RGB value is (4,33,132). Sum of RGB (Red+Green+Blue) = 4+33+132=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #042184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042184 is #FBDE7B. Grayscale: #232323. Windows color (decimal): -16506492 or 8659204. OLE color: 8659204.

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

Color convert

RGB 4 33 132 -
CMYK 0.97 0.75 0 0.48
HSL 226.41º 0.94% 0.27% -
HSV(B) 226.41º 0.97% 0.52% -
XYZ 4.76 2.78 22.12 -
YUV 35.62 182.39 105.45 -
System Red Green Blue C M Y K H S L
Decimal 4 33 132 0.97 0.75 0 0.48 226.41 0.94 0.27
Hex 4 21 84 61 4B 0 30 E2 5E 1B
Octal 4 41 204 141 113 0 60 342 136 33
Binary 100 100001 10000100 1100001 1001011 0 110000 11100010 1011110 11011

Color Harmonies of #042184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042184

Black with #042184

Text Example


Text Example

White with #042184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042184; }

 p { color: rgb(4,33,132); }

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

background-color css

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

 a { background-color: rgb(4,33,132); }

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

border-color css

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

 span { border-color: rgb(4,33,132); }

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