Html Css Color HEX #042E98 Smalt

📋 copy color: '#042E98'

red 4 ◦ green 46 ◦ blue 152

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

Shades of Smalt #042E98

Tints of Smalt #042E98

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.77%

 BLUE value IS 152 (59.77% from 255) = 75.25%

R = 1.98%
G = 22.77%
B = 75.25%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#042E98 (or 0x042E98) is known color: Smalt. HEX triplet: 04, 2E and 98. RGB value is (4,46,152). Sum of RGB (Red+Green+Blue) = 4+46+152=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 152 (59.77% from 255 or 75.25% from 202); Max value from RGB is 152 - color contains mainly: blue. Hex color #042E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042E98 is #FBD167. Grayscale: #2D2D2D. Windows color (decimal): -16503144 or 9973252. OLE color: 9973252.

HSL color Cylindrical-coordinate representation of color #042E98: hue angle of 222.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E98 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 46 152 -
CMYK 0.97 0.70 0 0.40
HSL 222.97º 0.95% 0.31% -
HSV(B) 222.97º 0.97% 0.6% -
XYZ 6.69 4.25 30.17 -
YUV 45.53 188.09 98.38 -
System Red Green Blue C M Y K H S L
Decimal 4 46 152 0.97 0.70 0 0.40 222.97 0.95 0.31
Hex 4 2E 98 61 46 0 28 DF 5F 1F
Octal 4 56 230 141 106 0 50 337 137 37
Binary 100 101110 10011000 1100001 1000110 0 101000 11011111 1011111 11111

Color Harmonies of #042E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042E98

Black with #042E98

Text Example


Text Example

White with #042E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042E98; }

 p { color: rgb(4,46,152); }

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

background-color css

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

 a { background-color: rgb(4,46,152); }

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

border-color css

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

 span { border-color: rgb(4,46,152); }

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