Html Css Color HEX #466AD0 Royal Blue

📋 copy color: '#466AD0'

red 70 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #466AD0

Tints of Royal Blue #466AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 54.17%

R = 18.23%
G = 27.6%
B = 54.17%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#466AD0 (or 0x466AD0) is known color: Royal Blue. HEX triplet: 46, 6A and D0. RGB value is (70,106,208). Sum of RGB (Red+Green+Blue) = 70+106+208=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 208 (81.64% from 255 or 54.17% from 384); Max value from RGB is 208 - color contains mainly: blue. Hex color #466AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AD0 is #B9952F. Grayscale: #6A6A6A. Windows color (decimal): -12162352 or 13658694. OLE color: 13658694.

HSL color Cylindrical-coordinate representation of color #466AD0: hue angle of 224.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466AD0 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 106 208 -
CMYK 0.66 0.49 0 0.18
HSL 224.35º 0.59% 0.55% -
HSV(B) 224.35º 0.66% 0.82% -
XYZ 19.06 16.16 61.79 -
YUV 106.86 185.07 101.71 -
System Red Green Blue C M Y K H S L
Decimal 70 106 208 0.66 0.49 0 0.18 224.35 0.59 0.55
Hex 46 6A D0 42 31 0 12 E0 3B 37
Octal 106 152 320 102 61 0 22 340 73 67
Binary 1000110 1101010 11010000 1000010 110001 0 10010 11100000 111011 110111

Color Harmonies of #466AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AD0

Black with #466AD0

Text Example


Text Example

White with #466AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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