#042F82

Color #042F82 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #042F82

Tints of Smalt #042F82

Color information

#042F82 (or 0x042F82) is unknown color: approx Smalt. HEX triplet: 04, 2F and 82. RGB value is (4,47,130). Sum of RGB (Red+Green+Blue) = 4+47+130=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #042F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042F82 is #FBD07D. Grayscale: #2B2B2B. Windows color (decimal): -16502910 or 8531716. OLE color: 8531716.

HSL color Cylindrical-coordinate representation of color #042F82: hue angle of 219.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 #042F82 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB447130-
CMYK0.970.6400.49
HSL219.52º94.03%26.27%-
HSV(B)219.52º96.92%50.98%-
XYZ5.13.6721.56-
YUV43.6176.7599.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 130 (51.17% from 255) = 71.82%
R=2.21%
G=25.97%
B=71.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4471300.970.6400.49219.5294.0326.27
Hex42F826140031dc5e1a
Octal45720214110006133413632
Binary1001011111000001011000011000000011000111011100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042F82; }

 p { color: rgb(4,47,130); }

 H1.HeaderClassName
 {
   color: #042F82;
 }
 .AnyTagClassName
 {
   color: #042F82;
 }
</style>
background-color css

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

 a { background-color: rgb(4,47,130); }

 div.DivClassName
 {
   background-color: #042F82;
 }
 .BgClassName
 {
   background-color: #042F82;
 }
</style>
border-color css

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

 span { border-color: rgb(4,47,130); }

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