Html Css Color HEX #466DD5 Royal Blue

📋 copy color: '#466DD5'

red 70 ◦ green 109 ◦ blue 213

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

Shades of Royal Blue #466DD5

Tints of Royal Blue #466DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.34%

R = 17.86%
G = 27.81%
B = 54.34%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#466DD5 (or 0x466DD5) is known color: Royal Blue. HEX triplet: 46, 6D and D5. RGB value is (70,109,213). Sum of RGB (Red+Green+Blue) = 70+109+213=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #466DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DD5 is #B9922A. Grayscale: #6C6C6C. Windows color (decimal): -12161579 or 13987142. OLE color: 13987142.

HSL color Cylindrical-coordinate representation of color #466DD5: hue angle of 223.64º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466DD5 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 109 213 -
CMYK 0.67 0.49 0 0.16
HSL 223.64º 0.63% 0.55% -
HSV(B) 223.64º 0.67% 0.84% -
XYZ 20 17.04 65.19 -
YUV 109.2 186.58 100.04 -
System Red Green Blue C M Y K H S L
Decimal 70 109 213 0.67 0.49 0 0.16 223.64 0.63 0.55
Hex 46 6D D5 43 31 0 10 E0 3F 37
Octal 106 155 325 103 61 0 20 340 77 67
Binary 1000110 1101101 11010101 1000011 110001 0 10000 11100000 111111 110111

Color Harmonies of #466DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DD5

Black with #466DD5

Text Example


Text Example

White with #466DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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