#040792

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

Shades of Dark Blue #040792

Tints of Dark Blue #040792

Color information

#040792 (or 0x040792) is unknown color: approx Dark Blue. HEX triplet: 04, 07 and 92. RGB value is (4,7,146). Sum of RGB (Red+Green+Blue) = 4+7+146=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #040792 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040792 is #FBF86D. Grayscale: #151515. Windows color (decimal): -16513134 or 9570052. OLE color: 9570052.

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

Color convert

RGB47146-
CMYK0.970.9500.43
HSL238.73º94.67%29.41%-
HSV(B)238.73º97.26%57.25%-
XYZ5.312.2527.35-
YUV21.95198.01115.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 146 (57.42% from 255) = 92.99%
R=2.55%
G=4.46%
B=92.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471460.970.9500.43238.7394.6729.41
Hex4792615F02Bef5f1d
Octal4722214113705335713735
Binary1001111001001011000011011111010101111101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040792; }

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

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

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

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

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

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

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

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