Html Css Color HEX #042983 Smalt

📋 copy color: '#042983'

red 4 ◦ green 41 ◦ blue 131

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

Shades of Smalt #042983

Tints of Smalt #042983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 131 (51.56% from 255) = 74.43%

R = 2.27%
G = 23.3%
B = 74.43%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042983 (or 0x042983) is known color: Smalt. HEX triplet: 04, 29 and 83. RGB value is (4,41,131). Sum of RGB (Red+Green+Blue) = 4+41+131=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #042983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042983 is #FBD67C. Grayscale: #272727. Windows color (decimal): -16504445 or 8595716. OLE color: 8595716.

HSL color Cylindrical-coordinate representation of color #042983: hue angle of 222.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042983 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 41 131 -
CMYK 0.97 0.69 0 0.49
HSL 222.52º 0.94% 0.26% -
HSV(B) 222.52º 0.97% 0.51% -
XYZ 4.94 3.25 21.84 -
YUV 40.2 179.24 102.18 -
System Red Green Blue C M Y K H S L
Decimal 4 41 131 0.97 0.69 0 0.49 222.52 0.94 0.26
Hex 4 29 83 61 45 0 31 DF 5E 1A
Octal 4 51 203 141 105 0 61 337 136 32
Binary 100 101001 10000011 1100001 1000101 0 110001 11011111 1011110 11010

Color Harmonies of #042983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042983

Black with #042983

Text Example


Text Example

White with #042983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042983; }

 p { color: rgb(4,41,131); }

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

background-color css

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

 a { background-color: rgb(4,41,131); }

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

border-color css

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

 span { border-color: rgb(4,41,131); }

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