Html Css Color HEX #042485 Smalt

📋 copy color: '#042485'

red 4 ◦ green 36 ◦ blue 133

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

Shades of Smalt #042485

Tints of Smalt #042485

RGB

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

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

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

R = 2.31%
G = 20.81%
B = 76.88%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#042485 (or 0x042485) is known color: Smalt. HEX triplet: 04, 24 and 85. RGB value is (4,36,133). Sum of RGB (Red+Green+Blue) = 4+36+133=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #042485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042485 is #FBDB7A. Grayscale: #252525. Windows color (decimal): -16505723 or 8725508. OLE color: 8725508.

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

Color convert

RGB 4 36 133 -
CMYK 0.97 0.73 0 0.48
HSL 225.12º 0.94% 0.27% -
HSV(B) 225.12º 0.97% 0.52% -
XYZ 4.91 2.98 22.51 -
YUV 37.49 181.9 104.11 -
System Red Green Blue C M Y K H S L
Decimal 4 36 133 0.97 0.73 0 0.48 225.12 0.94 0.27
Hex 4 24 85 61 49 0 30 E1 5E 1B
Octal 4 44 205 141 111 0 60 341 136 33
Binary 100 100100 10000101 1100001 1001001 0 110000 11100001 1011110 11011

Color Harmonies of #042485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042485

Black with #042485

Text Example


Text Example

White with #042485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042485; }

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

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

background-color css

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

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

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

border-color css

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

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

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