Html Css Color HEX #466BCD Royal Blue

📋 copy color: '#466BCD'

red 70 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #466BCD

Tints of Royal Blue #466BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 18.32%
G = 28.01%
B = 53.66%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#466BCD (or 0x466BCD) is known color: Royal Blue. HEX triplet: 46, 6B and CD. RGB value is (70,107,205). Sum of RGB (Red+Green+Blue) = 70+107+205=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #466BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCD is #B99432. Grayscale: #6A6A6A. Windows color (decimal): -12162099 or 13462342. OLE color: 13462342.

HSL color Cylindrical-coordinate representation of color #466BCD: hue angle of 223.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466BCD is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 107 205 -
CMYK 0.66 0.48 0 0.20
HSL 223.56º 0.57% 0.54% -
HSV(B) 223.56º 0.66% 0.8% -
XYZ 18.8 16.23 59.9 -
YUV 107.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 70 107 205 0.66 0.48 0 0.20 223.56 0.57 0.54
Hex 46 6B CD 42 30 0 14 E0 39 36
Octal 106 153 315 102 60 0 24 340 71 66
Binary 1000110 1101011 11001101 1000010 110000 0 10100 11100000 111001 110110

Color Harmonies of #466BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BCD

Black with #466BCD

Text Example


Text Example

White with #466BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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