Html Css Color HEX #466EC8 Royal Blue

📋 copy color: '#466EC8'

red 70 ◦ green 110 ◦ blue 200

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

Shades of Royal Blue #466EC8

Tints of Royal Blue #466EC8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 18.42%
G = 28.95%
B = 52.63%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#466EC8 (or 0x466EC8) is known color: Royal Blue. HEX triplet: 46, 6E and C8. RGB value is (70,110,200). Sum of RGB (Red+Green+Blue) = 70+110+200=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #466EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466EC8 is #B99137. Grayscale: #6B6B6B. Windows color (decimal): -12161336 or 13135430. OLE color: 13135430.

HSL color Cylindrical-coordinate representation of color #466EC8: hue angle of 221.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466EC8 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 110 200 -
CMYK 0.65 0.45 0 0.22
HSL 221.54º 0.54% 0.53% -
HSV(B) 221.54º 0.65% 0.78% -
XYZ 18.53 16.62 56.88 -
YUV 108.3 179.75 100.68 -
System Red Green Blue C M Y K H S L
Decimal 70 110 200 0.65 0.45 0 0.22 221.54 0.54 0.53
Hex 46 6E C8 41 2D 0 16 DE 36 35
Octal 106 156 310 101 55 0 26 336 66 65
Binary 1000110 1101110 11001000 1000001 101101 0 10110 11011110 110110 110101

Color Harmonies of #466EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466EC8

Black with #466EC8

Text Example


Text Example

White with #466EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,200); }

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

background-color css

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

 a { background-color: rgb(70,110,200); }

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

border-color css

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

 span { border-color: rgb(70,110,200); }

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