Html Css Color HEX #466CFF Royal Blue

📋 copy color: '#466CFF'

red 70 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #466CFF

Tints of Royal Blue #466CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.94%

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

R = 16.17%
G = 24.94%
B = 58.89%

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

#466CFF (or 0x466CFF) is known color: Royal Blue. HEX triplet: 46, 6C and FF. RGB value is (70,108,255). Sum of RGB (Red+Green+Blue) = 70+108+255=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #466CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466CFF is #B99300. Grayscale: #707070. Windows color (decimal): -12161793 or 16739398. OLE color: 16739398.

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

Color convert

RGB 70 108 255 -
CMYK 0.73 0.58 0 0
HSL 227.68º 1% 0.64% -
HSV(B) 227.68º 0.73% 1% -
XYZ 25.94 19.25 96.96 -
YUV 113.4 207.91 97.05 -
System Red Green Blue C M Y K H S L
Decimal 70 108 255 0.73 0.58 0 0 227.68 1 0.64
Hex 46 6C FF 49 3A 0 0 E4 64 40
Octal 106 154 377 111 72 0 0 344 144 100
Binary 1000110 1101100 11111111 1001001 111010 0 0 11100100 1100100 1000000

Color Harmonies of #466CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CFF

Black with #466CFF

Text Example


Text Example

White with #466CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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