#042792

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

Shades of Smalt #042792

Tints of Smalt #042792

Color information

#042792 (or 0x042792) is unknown color: approx Smalt. HEX triplet: 04, 27 and 92. RGB value is (4,39,146). Sum of RGB (Red+Green+Blue) = 4+39+146=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 146 (57.42% from 255 or 77.25% from 189); Max value from RGB is 146 - color contains mainly: blue. Hex color #042792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042792 is #FBD86D. Grayscale: #282828. Windows color (decimal): -16504942 or 9578244. OLE color: 9578244.

HSL color Cylindrical-coordinate representation of color #042792: hue angle of 225.21º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042792 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB439146-
CMYK0.970.7300.43
HSL225.21º94.67%29.41%-
HSV(B)225.21º97.26%57.25%-
XYZ5.963.5527.57-
YUV40.73187.4101.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 146 (57.42% from 255) = 77.25%
R=2.12%
G=20.63%
B=77.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4391460.970.7300.43225.2194.6729.41
Hex42792614902Be15f1d
Octal44722214111105334113735
Binary1001001111001001011000011001001010101111100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042792; }

 p { color: rgb(4,39,146); }

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

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

 a { background-color: rgb(4,39,146); }

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

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

 span { border-color: rgb(4,39,146); }

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