Html Css Color HEX #046DCD Navy Blue

📋 copy color: '#046DCD'

red 4 ◦ green 109 ◦ blue 205

#046DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #046DCD

Tints of Navy Blue #046DCD

RGB

 RED value IS 4 (1.95% from 255) = 1.26%

 GREEN value IS 109 (42.97% from 255) = 34.28%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 1.26%
G = 34.28%
B = 64.47%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#046DCD (or 0x046DCD) is known color: Navy Blue. HEX triplet: 04, 6D and CD. RGB value is (4,109,205). Sum of RGB (Red+Green+Blue) = 4+109+205=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #046DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046DCD is #FB9232. Grayscale: #585858. Windows color (decimal): -16486963 or 13462788. OLE color: 13462788.

HSL color Cylindrical-coordinate representation of color #046DCD: hue angle of 208.66º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DCD is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 109 205 -
CMYK 0.98 0.47 0 0.20
HSL 208.66º 0.96% 0.41% -
HSV(B) 208.66º 0.98% 0.8% -
XYZ 16.54 15.37 59.85 -
YUV 88.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 4 109 205 0.98 0.47 0 0.20 208.66 0.96 0.41
Hex 4 6D CD 62 2F 0 14 D1 60 29
Octal 4 155 315 142 57 0 24 321 140 51
Binary 100 1101101 11001101 1100010 101111 0 10100 11010001 1100000 101001

Color Harmonies of #046DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046DCD

Black with #046DCD

Text Example


Text Example

White with #046DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #046DCD;
 }
 .AnyTagClassName
 {
   color: #046DCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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