Html Css Color HEX #466ADC Royal Blue

📋 copy color: '#466ADC'

red 70 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #466ADC

Tints of Royal Blue #466ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.56%

R = 17.68%
G = 26.77%
B = 55.56%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#466ADC (or 0x466ADC) is known color: Royal Blue. HEX triplet: 46, 6A and DC. RGB value is (70,106,220). Sum of RGB (Red+Green+Blue) = 70+106+220=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #466ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ADC is #B99523. Grayscale: #6B6B6B. Windows color (decimal): -12162340 or 14445126. OLE color: 14445126.

HSL color Cylindrical-coordinate representation of color #466ADC: hue angle of 225.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466ADC is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 106 220 -
CMYK 0.68 0.52 0 0.14
HSL 225.6º 0.68% 0.57% -
HSV(B) 225.6º 0.68% 0.86% -
XYZ 20.6 16.78 69.86 -
YUV 108.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 70 106 220 0.68 0.52 0 0.14 225.6 0.68 0.57
Hex 46 6A DC 44 34 0 E E2 44 39
Octal 106 152 334 104 64 0 16 342 104 71
Binary 1000110 1101010 11011100 1000100 110100 0 1110 11100010 1000100 111001

Color Harmonies of #466ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ADC

Black with #466ADC

Text Example


Text Example

White with #466ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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