Html Css Color HEX #042498 Smalt

📋 copy color: '#042498'

red 4 ◦ green 36 ◦ blue 152

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

Shades of Smalt #042498

Tints of Smalt #042498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 2.08%
G = 18.75%
B = 79.17%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#042498 (or 0x042498) is known color: Smalt. HEX triplet: 04, 24 and 98. RGB value is (4,36,152). Sum of RGB (Red+Green+Blue) = 4+36+152=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 152 (59.77% from 255 or 79.17% from 192); Max value from RGB is 152 - color contains mainly: blue. Hex color #042498 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042498 is #FBDB67. Grayscale: #272727. Windows color (decimal): -16505704 or 9970692. OLE color: 9970692.

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

Color convert

RGB 4 36 152 -
CMYK 0.97 0.76 0 0.40
HSL 227.03º 0.95% 0.31% -
HSV(B) 227.03º 0.97% 0.6% -
XYZ 6.35 3.55 30.06 -
YUV 39.66 191.4 102.57 -
System Red Green Blue C M Y K H S L
Decimal 4 36 152 0.97 0.76 0 0.40 227.03 0.95 0.31
Hex 4 24 98 61 4C 0 28 E3 5F 1F
Octal 4 44 230 141 114 0 50 343 137 37
Binary 100 100100 10011000 1100001 1001100 0 101000 11100011 1011111 11111

Color Harmonies of #042498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042498

Black with #042498

Text Example


Text Example

White with #042498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042498; }

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

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

background-color css

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

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

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

border-color css

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

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

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