Html Css Color HEX #042888 Smalt

📋 copy color: '#042888'

red 4 ◦ green 40 ◦ blue 136

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

Shades of Smalt #042888

Tints of Smalt #042888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 75.56%

R = 2.22%
G = 22.22%
B = 75.56%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#042888 (or 0x042888) is known color: Smalt. HEX triplet: 04, 28 and 88. RGB value is (4,40,136). Sum of RGB (Red+Green+Blue) = 4+40+136=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #042888 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042888 is #FBD777. Grayscale: #272727. Windows color (decimal): -16504696 or 8923140. OLE color: 8923140.

HSL color Cylindrical-coordinate representation of color #042888: hue angle of 223.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042888 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 4 40 136 -
CMYK 0.97 0.71 0 0.47
HSL 223.64º 0.94% 0.27% -
HSV(B) 223.64º 0.97% 0.53% -
XYZ 5.25 3.32 23.66 -
YUV 40.18 182.07 102.19 -
System Red Green Blue C M Y K H S L
Decimal 4 40 136 0.97 0.71 0 0.47 223.64 0.94 0.27
Hex 4 28 88 61 47 0 2F E0 5E 1B
Octal 4 50 210 141 107 0 57 340 136 33
Binary 100 101000 10001000 1100001 1000111 0 101111 11100000 1011110 11011

Color Harmonies of #042888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042888

Black with #042888

Text Example


Text Example

White with #042888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042888; }

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

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

background-color css

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

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

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

border-color css

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

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

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