Html Css Color HEX #4663DC Royal Blue

📋 copy color: '#4663DC'

red 70 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #4663DC

Tints of Royal Blue #4663DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.45%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 17.99%
G = 25.45%
B = 56.56%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4663DC (or 0x4663DC) is known color: Royal Blue. HEX triplet: 46, 63 and DC. RGB value is (70,99,220). Sum of RGB (Red+Green+Blue) = 70+99+220=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #4663DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663DC is #B99C23. Grayscale: #676767. Windows color (decimal): -12164132 or 14443334. OLE color: 14443334.

HSL color Cylindrical-coordinate representation of color #4663DC: hue angle of 228.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4663DC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 99 220 -
CMYK 0.68 0.55 0 0.14
HSL 228.4º 0.68% 0.57% -
HSV(B) 228.4º 0.68% 0.86% -
XYZ 19.91 15.39 69.63 -
YUV 104.12 193.39 103.66 -
System Red Green Blue C M Y K H S L
Decimal 70 99 220 0.68 0.55 0 0.14 228.4 0.68 0.57
Hex 46 63 DC 44 37 0 E E4 44 39
Octal 106 143 334 104 67 0 16 344 104 71
Binary 1000110 1100011 11011100 1000100 110111 0 1110 11100100 1000100 111001

Color Harmonies of #4663DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4663DC

Black with #4663DC

Text Example


Text Example

White with #4663DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4663DC; }

 p { color: rgb(70,99,220); }

 H1.HeaderClassName
 {
   color: #4663DC;
 }
 .AnyTagClassName
 {
   color: #4663DC;
 }
</style>

background-color css

<style>
 a { background-color: #4663DC; }

 a { background-color: rgb(70,99,220); }

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

border-color css

<style>
 span { border-color: #4663DC; }

 span { border-color: rgb(70,99,220); }

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