Html Css Color HEX #466FDF Royal Blue

📋 copy color: '#466FDF'

red 70 ◦ green 111 ◦ blue 223

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

Shades of Royal Blue #466FDF

Tints of Royal Blue #466FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 17.33%
G = 27.48%
B = 55.2%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#466FDF (or 0x466FDF) is known color: Royal Blue. HEX triplet: 46, 6F and DF. RGB value is (70,111,223). Sum of RGB (Red+Green+Blue) = 70+111+223=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #466FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FDF is #B99020. Grayscale: #6F6F6F. Windows color (decimal): -12161057 or 14643014. OLE color: 14643014.

HSL color Cylindrical-coordinate representation of color #466FDF: hue angle of 223.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466FDF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 111 223 -
CMYK 0.69 0.50 0 0.13
HSL 223.92º 0.71% 0.57% -
HSV(B) 223.92º 0.69% 0.87% -
XYZ 21.53 18 72.15 -
YUV 111.51 190.92 98.39 -
System Red Green Blue C M Y K H S L
Decimal 70 111 223 0.69 0.50 0 0.13 223.92 0.71 0.57
Hex 46 6F DF 45 32 0 D E0 47 39
Octal 106 157 337 105 62 0 15 340 107 71
Binary 1000110 1101111 11011111 1000101 110010 0 1101 11100000 1000111 111001

Color Harmonies of #466FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FDF

Black with #466FDF

Text Example


Text Example

White with #466FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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