#046DCA

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

Shades of Navy Blue #046DCA

Tints of Navy Blue #046DCA

Color information

#046DCA (or 0x046DCA) is unknown color: approx Navy Blue. HEX triplet: 04, 6D and CA. RGB value is (4,109,202). Sum of RGB (Red+Green+Blue) = 4+109+202=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #046DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DCA is #FB9235. Grayscale: #575757. Windows color (decimal): -16486966 or 13266180. OLE color: 13266180.

HSL color Cylindrical-coordinate representation of color #046DCA: hue angle of 208.18º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DCA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4109202-
CMYK0.980.4600.21
HSL208.18º96.12%40.39%-
HSV(B)208.18º98.02%79.22%-
XYZ16.1815.2357.96-
YUV88.21192.2167.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=1.27%
G=34.60%
B=64.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41092020.980.4600.21208.1896.1240.39
Hex46DCA622E015d06028
Octal41553121425602532014050
Binary1001101101110010101100010101110010101110100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046DCA; }

 p { color: rgb(4,109,202); }

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

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

 a { background-color: rgb(4,109,202); }

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

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

 span { border-color: rgb(4,109,202); }

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