Html Css Color HEX #4A63DC Royal Blue

📋 copy color: '#4A63DC'

red 74 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #4A63DC

Tints of Royal Blue #4A63DC

RGB

 RED value IS 74 (29.3% from 255) = 18.83%

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

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

R = 18.83%
G = 25.19%
B = 55.98%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A63DC (or 0x4A63DC) is known color: Royal Blue. HEX triplet: 4A, 63 and DC. RGB value is (74,99,220). Sum of RGB (Red+Green+Blue) = 74+99+220=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A63DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A63DC is #B59C23. Grayscale: #686868. Windows color (decimal): -11901988 or 14443338. OLE color: 14443338.

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

Color convert

RGB 74 99 220 -
CMYK 0.66 0.55 0 0.14
HSL 229.73º 0.68% 0.58% -
HSV(B) 229.73º 0.66% 0.86% -
XYZ 20.2 15.55 69.65 -
YUV 105.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 74 99 220 0.66 0.55 0 0.14 229.73 0.68 0.58
Hex 4A 63 DC 42 37 0 E E6 44 3A
Octal 112 143 334 102 67 0 16 346 104 72
Binary 1001010 1100011 11011100 1000010 110111 0 1110 11100110 1000100 111010

Color Harmonies of #4A63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A63DC

Black with #4A63DC

Text Example


Text Example

White with #4A63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A63DC; }

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

 H1.HeaderClassName
 {
   color: #4A63DC;
 }
 .AnyTagClassName
 {
   color: #4A63DC;
 }
</style>

background-color css

<style>
 a { background-color: #4A63DC; }

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

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

border-color css

<style>
 span { border-color: #4A63DC; }

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

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