Html Css Color HEX #466FD0 Royal Blue

📋 copy color: '#466FD0'

red 70 ◦ green 111 ◦ blue 208

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

Shades of Royal Blue #466FD0

Tints of Royal Blue #466FD0

RGB

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

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

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

R = 17.99%
G = 28.53%
B = 53.47%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#466FD0 (or 0x466FD0) is known color: Royal Blue. HEX triplet: 46, 6F and D0. RGB value is (70,111,208). Sum of RGB (Red+Green+Blue) = 70+111+208=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #466FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FD0 is #B9902F. Grayscale: #6D6D6D. Windows color (decimal): -12161072 or 13659974. OLE color: 13659974.

HSL color Cylindrical-coordinate representation of color #466FD0: hue angle of 222.17º 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 #466FD0 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 111 208 -
CMYK 0.66 0.47 0 0.18
HSL 222.17º 0.59% 0.55% -
HSV(B) 222.17º 0.66% 0.82% -
XYZ 19.6 17.23 61.97 -
YUV 109.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 70 111 208 0.66 0.47 0 0.18 222.17 0.59 0.55
Hex 46 6F D0 42 2F 0 12 DE 3B 37
Octal 106 157 320 102 57 0 22 336 73 67
Binary 1000110 1101111 11010000 1000010 101111 0 10010 11011110 111011 110111

Color Harmonies of #466FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FD0

Black with #466FD0

Text Example


Text Example

White with #466FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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