Html Css Color HEX #466ADF Royal Blue

📋 copy color: '#466ADF'

red 70 ◦ green 106 ◦ blue 223

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

Shades of Royal Blue #466ADF

Tints of Royal Blue #466ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 17.54%
G = 26.57%
B = 55.89%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#466ADF (or 0x466ADF) is known color: Royal Blue. HEX triplet: 46, 6A and DF. RGB value is (70,106,223). Sum of RGB (Red+Green+Blue) = 70+106+223=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #466ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ADF is #B99520. Grayscale: #6C6C6C. Windows color (decimal): -12162337 or 14641734. OLE color: 14641734.

HSL color Cylindrical-coordinate representation of color #466ADF: hue angle of 225.88º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466ADF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 106 223 -
CMYK 0.69 0.52 0 0.13
HSL 225.88º 0.71% 0.57% -
HSV(B) 225.88º 0.69% 0.87% -
XYZ 21 16.94 71.97 -
YUV 108.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 70 106 223 0.69 0.52 0 0.13 225.88 0.71 0.57
Hex 46 6A DF 45 34 0 D E2 47 39
Octal 106 152 337 105 64 0 15 342 107 71
Binary 1000110 1101010 11011111 1000101 110100 0 1101 11100010 1000111 111001

Color Harmonies of #466ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ADF

Black with #466ADF

Text Example


Text Example

White with #466ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,223); }

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

background-color css

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

 a { background-color: rgb(70,106,223); }

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

border-color css

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

 span { border-color: rgb(70,106,223); }

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