#046cc5

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

Shades of Navy Blue #046CC5

Tints of Navy Blue #046CC5

Color information

#046CC5 (or 0x046CC5) is unknown color: approx Navy Blue. HEX triplet: 04, 6C and C5. RGB value is (4,108,197). Sum of RGB (Red+Green+Blue) = 4+108+197=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #046CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046CC5 is #FB933A. Grayscale: #565656. Windows color (decimal): -16487227 or 12938244. OLE color: 12938244.

HSL color Cylindrical-coordinate representation of color #046CC5: hue angle of 207.67º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CC5 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4108197-
CMYK0.980.4500.23
HSL207.67º96.02%39.41%-
HSV(B)207.67º97.97%77.25%-
XYZ15.4914.7854.86-
YUV87.05190.0468.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 197 (77.34% from 255) = 63.75%
R=1.29%
G=34.95%
B=63.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal41081970.980.4500.23207.6796.0239.41
Hex46CC5622D017d06027
Octal41543051425502732014047
Binary1001101100110001011100010101101010111110100001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046cc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,197); }

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

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

 a { background-color: rgb(4,108,197); }

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

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

 span { border-color: rgb(4,108,197); }

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