#0462BD

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

Shades of Navy Blue #0462BD

Tints of Navy Blue #0462BD

Color information

#0462BD (or 0x0462BD) is unknown color: approx Navy Blue. HEX triplet: 04, 62 and BD. RGB value is (4,98,189). Sum of RGB (Red+Green+Blue) = 4+98+189=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #0462BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0462BD is #FB9D42. Grayscale: #4F4F4F. Windows color (decimal): -16489795 or 12411396. OLE color: 12411396.

HSL color Cylindrical-coordinate representation of color #0462BD: hue angle of 209.51º 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 #0462BD is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB498189-
CMYK0.980.4800.26
HSL209.51º95.85%37.84%-
HSV(B)209.51º97.88%74.12%-
XYZ13.612.4449.83-
YUV80.27189.3673.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 98 (38.67% from 255) = 33.68%
BLUE value IS 189 (74.22% from 255) = 64.95%
R=1.37%
G=33.68%
B=64.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4981890.980.4800.26209.5195.8537.84
Hex462BD623001Ad26026
Octal41422751426003232214046
Binary1001100010101111011100010110000011010110100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0462BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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