#0406BD

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

Shades of Medium Blue #0406BD

Tints of Medium Blue #0406BD

Color information

#0406BD (or 0x0406BD) is unknown color: approx Medium Blue. HEX triplet: 04, 06 and BD. RGB value is (4,6,189). Sum of RGB (Red+Green+Blue) = 4+6+189=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 189 (74.22% from 255 or 94.97% from 199); Max value from RGB is 189 - color contains mainly: blue. Hex color #0406BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0406BD is #FBF942. Grayscale: #191919. Windows color (decimal): -16513347 or 12387844. OLE color: 12387844.

HSL color Cylindrical-coordinate representation of color #0406BD: hue angle of 239.35º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0406BD is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB46189-
CMYK0.980.9700.26
HSL239.35º95.85%37.84%-
HSV(B)239.35º97.88%74.12%-
XYZ9.33.8348.39-
YUV26.26219.84112.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 189 (74.22% from 255) = 94.97%
R=2.01%
G=3.02%
B=94.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461890.980.9700.26239.3595.8537.84
Hex46BD626101Aef6026
Octal4627514214103235714046
Binary1001101011110111000101100001011010111011111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0406BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0406BD; }

 p { color: rgb(4,6,189); }

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

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

 a { background-color: rgb(4,6,189); }

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

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

 span { border-color: rgb(4,6,189); }

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