Html Css Color HEX #042898 Smalt

📋 copy color: '#042898'

red 4 ◦ green 40 ◦ blue 152

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

Shades of Smalt #042898

Tints of Smalt #042898

RGB

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

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

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

R = 2.04%
G = 20.41%
B = 77.55%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#042898 (or 0x042898) is known color: Smalt. HEX triplet: 04, 28 and 98. RGB value is (4,40,152). Sum of RGB (Red+Green+Blue) = 4+40+152=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #042898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042898 is #FBD767. Grayscale: #292929. Windows color (decimal): -16504680 or 9971716. OLE color: 9971716.

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

Color convert

RGB 4 40 152 -
CMYK 0.97 0.74 0 0.40
HSL 225.41º 0.95% 0.31% -
HSV(B) 225.41º 0.97% 0.6% -
XYZ 6.48 3.81 30.1 -
YUV 42 190.07 100.89 -
System Red Green Blue C M Y K H S L
Decimal 4 40 152 0.97 0.74 0 0.40 225.41 0.95 0.31
Hex 4 28 98 61 4A 0 28 E1 5F 1F
Octal 4 50 230 141 112 0 50 341 137 37
Binary 100 101000 10011000 1100001 1001010 0 101000 11100001 1011111 11111

Color Harmonies of #042898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042898

Black with #042898

Text Example


Text Example

White with #042898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042898; }

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

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

background-color css

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

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

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

border-color css

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

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

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