Html Css Color HEX #466CD5 Royal Blue

📋 copy color: '#466CD5'

red 70 ◦ green 108 ◦ blue 213

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

Shades of Royal Blue #466CD5

Tints of Royal Blue #466CD5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 17.9%
G = 27.62%
B = 54.48%

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

#466CD5 (or 0x466CD5) is known color: Royal Blue. HEX triplet: 46, 6C and D5. RGB value is (70,108,213). Sum of RGB (Red+Green+Blue) = 70+108+213=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #466CD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CD5 is #B9932A. Grayscale: #6C6C6C. Windows color (decimal): -12161835 or 13986886. OLE color: 13986886.

HSL color Cylindrical-coordinate representation of color #466CD5: hue angle of 224.06º 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 #466CD5 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 108 213 -
CMYK 0.67 0.49 0 0.16
HSL 224.06º 0.63% 0.55% -
HSV(B) 224.06º 0.67% 0.84% -
XYZ 19.9 16.83 65.15 -
YUV 108.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 70 108 213 0.67 0.49 0 0.16 224.06 0.63 0.55
Hex 46 6C D5 43 31 0 10 E0 3F 37
Octal 106 154 325 103 61 0 20 340 77 67
Binary 1000110 1101100 11010101 1000011 110001 0 10000 11100000 111111 110111

Color Harmonies of #466CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CD5

Black with #466CD5

Text Example


Text Example

White with #466CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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