Html Css Color HEX #466CDF Royal Blue

📋 copy color: '#466CDF'

red 70 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #466CDF

Tints of Royal Blue #466CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 17.46%
G = 26.93%
B = 55.61%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#466CDF (or 0x466CDF) is known color: Royal Blue. HEX triplet: 46, 6C and DF. RGB value is (70,108,223). Sum of RGB (Red+Green+Blue) = 70+108+223=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #466CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CDF is #B99320. Grayscale: #6D6D6D. Windows color (decimal): -12161825 or 14642246. OLE color: 14642246.

HSL color Cylindrical-coordinate representation of color #466CDF: hue angle of 225.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #466CDF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 108 223 -
CMYK 0.69 0.52 0 0.13
HSL 225.1º 0.71% 0.57% -
HSV(B) 225.1º 0.69% 0.87% -
XYZ 21.21 17.35 72.04 -
YUV 109.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 70 108 223 0.69 0.52 0 0.13 225.1 0.71 0.57
Hex 46 6C DF 45 34 0 D E1 47 39
Octal 106 154 337 105 64 0 15 341 107 71
Binary 1000110 1101100 11011111 1000101 110100 0 1101 11100001 1000111 111001

Color Harmonies of #466CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CDF

Black with #466CDF

Text Example


Text Example

White with #466CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,108,223); }

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

background-color css

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

 a { background-color: rgb(70,108,223); }

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

border-color css

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

 span { border-color: rgb(70,108,223); }

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