Html Css Color HEX #466CDD Royal Blue

📋 copy color: '#466CDD'

red 70 ◦ green 108 ◦ blue 221

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

Shades of Royal Blue #466CDD

Tints of Royal Blue #466CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 17.54%
G = 27.07%
B = 55.39%

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

#466CDD (or 0x466CDD) is known color: Royal Blue. HEX triplet: 46, 6C and DD. RGB value is (70,108,221). Sum of RGB (Red+Green+Blue) = 70+108+221=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #466CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CDD is #B99322. Grayscale: #6D6D6D. Windows color (decimal): -12161827 or 14511174. OLE color: 14511174.

HSL color Cylindrical-coordinate representation of color #466CDD: hue angle of 224.9º degrees, saturation: 0.69, 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 #466CDD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 108 221 -
CMYK 0.68 0.51 0 0.13
HSL 224.9º 0.69% 0.57% -
HSV(B) 224.9º 0.68% 0.87% -
XYZ 20.94 17.25 70.63 -
YUV 109.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 70 108 221 0.68 0.51 0 0.13 224.9 0.69 0.57
Hex 46 6C DD 44 33 0 D E1 45 39
Octal 106 154 335 104 63 0 15 341 105 71
Binary 1000110 1101100 11011101 1000100 110011 0 1101 11100001 1000101 111001

Color Harmonies of #466CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CDD

Black with #466CDD

Text Example


Text Example

White with #466CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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