Html Css Color HEX #466DDC Royal Blue

📋 copy color: '#466DDC'

red 70 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #466DDC

Tints of Royal Blue #466DDC

RGB

 RED value IS 70 (27.73% from 255) = 17.54%

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 17.54%
G = 27.32%
B = 55.14%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#466DDC (or 0x466DDC) is known color: Royal Blue. HEX triplet: 46, 6D and DC. RGB value is (70,109,220). Sum of RGB (Red+Green+Blue) = 70+109+220=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #466DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DDC is #B99223. Grayscale: #6D6D6D. Windows color (decimal): -12161572 or 14445894. OLE color: 14445894.

HSL color Cylindrical-coordinate representation of color #466DDC: hue angle of 224.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466DDC is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 109 220 -
CMYK 0.68 0.50 0 0.14
HSL 224.4º 0.68% 0.57% -
HSV(B) 224.4º 0.68% 0.86% -
XYZ 20.91 17.41 69.97 -
YUV 109.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 70 109 220 0.68 0.50 0 0.14 224.4 0.68 0.57
Hex 46 6D DC 44 32 0 E E0 44 39
Octal 106 155 334 104 62 0 16 340 104 71
Binary 1000110 1101101 11011100 1000100 110010 0 1110 11100000 1000100 111001

Color Harmonies of #466DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DDC

Black with #466DDC

Text Example


Text Example

White with #466DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466DDC; }

 p { color: rgb(70,109,220); }

 H1.HeaderClassName
 {
   color: #466DDC;
 }
 .AnyTagClassName
 {
   color: #466DDC;
 }
</style>

background-color css

<style>
 a { background-color: #466DDC; }

 a { background-color: rgb(70,109,220); }

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

border-color css

<style>
 span { border-color: #466DDC; }

 span { border-color: rgb(70,109,220); }

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