Html Css Color HEX #042885 Smalt

📋 copy color: '#042885'

red 4 ◦ green 40 ◦ blue 133

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

Shades of Smalt #042885

Tints of Smalt #042885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 75.14%

R = 2.26%
G = 22.6%
B = 75.14%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#042885 (or 0x042885) is known color: Smalt. HEX triplet: 04, 28 and 85. RGB value is (4,40,133). Sum of RGB (Red+Green+Blue) = 4+40+133=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #042885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042885 is #FBD77A. Grayscale: #272727. Windows color (decimal): -16504699 or 8726532. OLE color: 8726532.

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

Color convert

RGB 4 40 133 -
CMYK 0.97 0.70 0 0.48
HSL 223.26º 0.94% 0.27% -
HSV(B) 223.26º 0.97% 0.52% -
XYZ 5.04 3.24 22.55 -
YUV 39.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 4 40 133 0.97 0.70 0 0.48 223.26 0.94 0.27
Hex 4 28 85 61 46 0 30 DF 5E 1B
Octal 4 50 205 141 106 0 60 337 136 33
Binary 100 101000 10000101 1100001 1000110 0 110000 11011111 1011110 11011

Color Harmonies of #042885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042885

Black with #042885

Text Example


Text Example

White with #042885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042885; }

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

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

background-color css

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

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

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

border-color css

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

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

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