Html Css Color HEX #466DFC Royal Blue

📋 copy color: '#466DFC'

red 70 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #466DFC

Tints of Royal Blue #466DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.29%

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 16.24%
G = 25.29%
B = 58.47%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#466DFC (or 0x466DFC) is known color: Royal Blue. HEX triplet: 46, 6D and FC. RGB value is (70,109,252). Sum of RGB (Red+Green+Blue) = 70+109+252=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #466DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466DFC is #B99203. Grayscale: #717171. Windows color (decimal): -12161540 or 16543046. OLE color: 16543046.

HSL color Cylindrical-coordinate representation of color #466DFC: hue angle of 227.14º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466DFC is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 109 252 -
CMYK 0.72 0.57 0 0.01
HSL 227.14º 0.97% 0.63% -
HSV(B) 227.14º 0.72% 0.99% -
XYZ 25.57 19.27 94.47 -
YUV 113.64 206.08 96.87 -
System Red Green Blue C M Y K H S L
Decimal 70 109 252 0.72 0.57 0 0.01 227.14 0.97 0.63
Hex 46 6D FC 48 39 0 1 E3 61 3F
Octal 106 155 374 110 71 0 1 343 141 77
Binary 1000110 1101101 11111100 1001000 111001 0 1 11100011 1100001 111111

Color Harmonies of #466DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DFC

Black with #466DFC

Text Example


Text Example

White with #466DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,109,252); }

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

background-color css

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

 a { background-color: rgb(70,109,252); }

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

border-color css

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

 span { border-color: rgb(70,109,252); }

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