Html Css Color HEX #466CDE Royal Blue

📋 copy color: '#466CDE'

red 70 ◦ green 108 ◦ blue 222

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

Shades of Royal Blue #466CDE

Tints of Royal Blue #466CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 17.5%
G = 27%
B = 55.5%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#466CDE (or 0x466CDE) is known color: Royal Blue. HEX triplet: 46, 6C and DE. RGB value is (70,108,222). Sum of RGB (Red+Green+Blue) = 70+108+222=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #466CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CDE is #B99321. Grayscale: #6D6D6D. Windows color (decimal): -12161826 or 14576710. OLE color: 14576710.

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

Color convert

RGB 70 108 222 -
CMYK 0.68 0.51 0 0.13
HSL 225º 0.7% 0.57% -
HSV(B) 225º 0.68% 0.87% -
XYZ 21.07 17.3 71.34 -
YUV 109.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 70 108 222 0.68 0.51 0 0.13 225 0.7 0.57
Hex 46 6C DE 44 33 0 D E1 46 39
Octal 106 154 336 104 63 0 15 341 106 71
Binary 1000110 1101100 11011110 1000100 110011 0 1101 11100001 1000110 111001

Color Harmonies of #466CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CDE

Black with #466CDE

Text Example


Text Example

White with #466CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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