Html Css Color HEX #042899 Smalt

📋 copy color: '#042899'

red 4 ◦ green 40 ◦ blue 153

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

Shades of Smalt #042899

Tints of Smalt #042899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 77.66%

R = 2.03%
G = 20.3%
B = 77.66%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#042899 (or 0x042899) is known color: Smalt. HEX triplet: 04, 28 and 99. RGB value is (4,40,153). Sum of RGB (Red+Green+Blue) = 4+40+153=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 153 (60.16% from 255 or 77.66% from 197); Max value from RGB is 153 - color contains mainly: blue. Hex color #042899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042899 is #FBD766. Grayscale: #292929. Windows color (decimal): -16504679 or 10037252. OLE color: 10037252.

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

Color convert

RGB 4 40 153 -
CMYK 0.97 0.74 0 0.4
HSL 225.5º 0.95% 0.31% -
HSV(B) 225.5º 0.97% 0.6% -
XYZ 6.56 3.84 30.53 -
YUV 42.12 190.57 100.81 -
System Red Green Blue C M Y K H S L
Decimal 4 40 153 0.97 0.74 0 0.4 225.5 0.95 0.31
Hex 4 28 99 61 4A 0 28 E2 5F 1F
Octal 4 50 231 141 112 0 50 342 137 37
Binary 100 101000 10011001 1100001 1001010 0 101000 11100010 1011111 11111

Color Harmonies of #042899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042899

Black with #042899

Text Example


Text Example

White with #042899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042899; }

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

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

background-color css

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

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

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

border-color css

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

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

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