Html Css Color HEX #042290 Smalt

📋 copy color: '#042290'

red 4 ◦ green 34 ◦ blue 144

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

Shades of Smalt #042290

Tints of Smalt #042290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 144 (56.64% from 255) = 79.12%

R = 2.2%
G = 18.68%
B = 79.12%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#042290 (or 0x042290) is known color: Smalt. HEX triplet: 04, 22 and 90. RGB value is (4,34,144). Sum of RGB (Red+Green+Blue) = 4+34+144=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #042290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042290 is #FBDD6F. Grayscale: #252525. Windows color (decimal): -16506224 or 9445892. OLE color: 9445892.

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

Color convert

RGB 4 34 144 -
CMYK 0.97 0.76 0 0.44
HSL 227.14º 0.95% 0.29% -
HSV(B) 227.14º 0.97% 0.56% -
XYZ 5.66 3.18 26.7 -
YUV 37.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 4 34 144 0.97 0.76 0 0.44 227.14 0.95 0.29
Hex 4 22 90 61 4C 0 2C E3 5F 1D
Octal 4 42 220 141 114 0 54 343 137 35
Binary 100 100010 10010000 1100001 1001100 0 101100 11100011 1011111 11101

Color Harmonies of #042290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042290

Black with #042290

Text Example


Text Example

White with #042290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042290; }

 p { color: rgb(4,34,144); }

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

background-color css

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

 a { background-color: rgb(4,34,144); }

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

border-color css

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

 span { border-color: rgb(4,34,144); }

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