Html Css Color HEX #466BFD Royal Blue

📋 copy color: '#466BFD'

red 70 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #466BFD

Tints of Royal Blue #466BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 16.28%
G = 24.88%
B = 58.84%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#466BFD (or 0x466BFD) is known color: Royal Blue. HEX triplet: 46, 6B and FD. RGB value is (70,107,253). Sum of RGB (Red+Green+Blue) = 70+107+253=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #466BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466BFD is #B99402. Grayscale: #6F6F6F. Windows color (decimal): -12162051 or 16608070. OLE color: 16608070.

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

Color convert

RGB 70 107 253 -
CMYK 0.72 0.58 0 0.01
HSL 227.87º 0.98% 0.63% -
HSV(B) 227.87º 0.72% 0.99% -
XYZ 25.51 18.91 95.23 -
YUV 112.58 207.24 97.63 -
System Red Green Blue C M Y K H S L
Decimal 70 107 253 0.72 0.58 0 0.01 227.87 0.98 0.63
Hex 46 6B FD 48 3A 0 1 E4 62 3F
Octal 106 153 375 110 72 0 1 344 142 77
Binary 1000110 1101011 11111101 1001000 111010 0 1 11100100 1100010 111111

Color Harmonies of #466BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BFD

Black with #466BFD

Text Example


Text Example

White with #466BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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