Html Css Color HEX #466FDB Royal Blue

📋 copy color: '#466FDB'

red 70 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #466FDB

Tints of Royal Blue #466FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

 BLUE value IS 219 (85.94% from 255) = 54.75%

R = 17.5%
G = 27.75%
B = 54.75%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#466FDB (or 0x466FDB) is known color: Royal Blue. HEX triplet: 46, 6F and DB. RGB value is (70,111,219). Sum of RGB (Red+Green+Blue) = 70+111+219=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #466FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FDB is #B99024. Grayscale: #6E6E6E. Windows color (decimal): -12161061 or 14380870. OLE color: 14380870.

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

Color convert

RGB 70 111 219 -
CMYK 0.68 0.49 0 0.14
HSL 223.49º 0.67% 0.57% -
HSV(B) 223.49º 0.68% 0.86% -
XYZ 21 17.79 69.34 -
YUV 111.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 70 111 219 0.68 0.49 0 0.14 223.49 0.67 0.57
Hex 46 6F DB 44 31 0 E DF 43 39
Octal 106 157 333 104 61 0 16 337 103 71
Binary 1000110 1101111 11011011 1000100 110001 0 1110 11011111 1000011 111001

Color Harmonies of #466FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FDB

Black with #466FDB

Text Example


Text Example

White with #466FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,219); }

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

background-color css

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

 a { background-color: rgb(70,111,219); }

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

border-color css

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

 span { border-color: rgb(70,111,219); }

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