Html Css Color HEX #466DE0 Royal Blue

📋 copy color: '#466DE0'

red 70 ◦ green 109 ◦ blue 224

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

Shades of Royal Blue #466DE0

Tints of Royal Blue #466DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 17.37%
G = 27.05%
B = 55.58%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#466DE0 (or 0x466DE0) is known color: Royal Blue. HEX triplet: 46, 6D and E0. RGB value is (70,109,224). Sum of RGB (Red+Green+Blue) = 70+109+224=403 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.37% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #466DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DE0 is #B9921F. Grayscale: #6D6D6D. Windows color (decimal): -12161568 or 14708038. OLE color: 14708038.

HSL color Cylindrical-coordinate representation of color #466DE0: hue angle of 224.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466DE0 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 109 224 -
CMYK 0.69 0.51 0 0.12
HSL 224.81º 0.71% 0.58% -
HSV(B) 224.81º 0.69% 0.88% -
XYZ 21.45 17.62 72.79 -
YUV 110.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 70 109 224 0.69 0.51 0 0.12 224.81 0.71 0.58
Hex 46 6D E0 45 33 0 C E1 47 3A
Octal 106 155 340 105 63 0 14 341 107 72
Binary 1000110 1101101 11100000 1000101 110011 0 1100 11100001 1000111 111010

Color Harmonies of #466DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DE0

Black with #466DE0

Text Example


Text Example

White with #466DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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