Html Css Color HEX #466BFF Royal Blue

📋 copy color: '#466BFF'

red 70 ◦ green 107 ◦ blue 255

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

Shades of Royal Blue #466BFF

Tints of Royal Blue #466BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.77%

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

R = 16.2%
G = 24.77%
B = 59.03%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#466BFF (or 0x466BFF) is known color: Royal Blue. HEX triplet: 46, 6B and FF. RGB value is (70,107,255). Sum of RGB (Red+Green+Blue) = 70+107+255=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #466BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BFF is #B99400. Grayscale: #707070. Windows color (decimal): -12162049 or 16739142. OLE color: 16739142.

HSL color Cylindrical-coordinate representation of color #466BFF: hue angle of 228º 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 #466BFF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 107 255 -
CMYK 0.73 0.58 0 0
HSL 228º 1% 0.64% -
HSV(B) 228º 0.73% 1% -
XYZ 25.83 19.04 96.92 -
YUV 112.81 208.24 97.47 -
System Red Green Blue C M Y K H S L
Decimal 70 107 255 0.73 0.58 0 0 228 1 0.64
Hex 46 6B FF 49 3A 0 0 E4 64 40
Octal 106 153 377 111 72 0 0 344 144 100
Binary 1000110 1101011 11111111 1001001 111010 0 0 11100100 1100100 1000000

Color Harmonies of #466BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BFF

Black with #466BFF

Text Example


Text Example

White with #466BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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