Html Css Color HEX #466FFF Royal Blue

📋 copy color: '#466FFF'

red 70 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #466FFF

Tints of Royal Blue #466FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 16.06%
G = 25.46%
B = 58.49%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#466FFF (or 0x466FFF) is known color: Royal Blue. HEX triplet: 46, 6F and FF. RGB value is (70,111,255). Sum of RGB (Red+Green+Blue) = 70+111+255=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #466FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFF is #B99000. Grayscale: #727272. Windows color (decimal): -12161025 or 16740166. OLE color: 16740166.

HSL color Cylindrical-coordinate representation of color #466FFF: hue angle of 226.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #466FFF is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 111 255 -
CMYK 0.73 0.56 0 0
HSL 226.7º 1% 0.64% -
HSV(B) 226.7º 0.73% 1% -
XYZ 26.26 19.89 97.06 -
YUV 115.16 206.92 95.79 -
System Red Green Blue C M Y K H S L
Decimal 70 111 255 0.73 0.56 0 0 226.7 1 0.64
Hex 46 6F FF 49 38 0 0 E3 64 40
Octal 106 157 377 111 70 0 0 343 144 100
Binary 1000110 1101111 11111111 1001001 111000 0 0 11100011 1100100 1000000

Color Harmonies of #466FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FFF

Black with #466FFF

Text Example


Text Example

White with #466FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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