Html Css Color HEX #466FFC Royal Blue

📋 copy color: '#466FFC'

red 70 ◦ green 111 ◦ blue 252

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

Shades of Royal Blue #466FFC

Tints of Royal Blue #466FFC

RGB

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

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

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

R = 16.17%
G = 25.64%
B = 58.2%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#466FFC (or 0x466FFC) is known color: Royal Blue. HEX triplet: 46, 6F and FC. RGB value is (70,111,252). Sum of RGB (Red+Green+Blue) = 70+111+252=433 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.17% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #466FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFC is #B99003. Grayscale: #727272. Windows color (decimal): -12161028 or 16543558. OLE color: 16543558.

HSL color Cylindrical-coordinate representation of color #466FFC: hue angle of 226.48º 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 #466FFC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 111 252 -
CMYK 0.72 0.56 0 0.01
HSL 226.48º 0.97% 0.63% -
HSV(B) 226.48º 0.72% 0.99% -
XYZ 25.78 19.7 94.54 -
YUV 114.82 205.42 96.04 -
System Red Green Blue C M Y K H S L
Decimal 70 111 252 0.72 0.56 0 0.01 226.48 0.97 0.63
Hex 46 6F FC 48 38 0 1 E2 61 3F
Octal 106 157 374 110 70 0 1 342 141 77
Binary 1000110 1101111 11111100 1001000 111000 0 1 11100010 1100001 111111

Color Harmonies of #466FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FFC

Black with #466FFC

Text Example


Text Example

White with #466FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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