Html Css Color HEX #4963DF Royal Blue

📋 copy color: '#4963DF'

red 73 ◦ green 99 ◦ blue 223

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

Shades of Royal Blue #4963DF

Tints of Royal Blue #4963DF

RGB

 RED value IS 73 (28.91% from 255) = 18.48%

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

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

R = 18.48%
G = 25.06%
B = 56.46%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4963DF (or 0x4963DF) is known color: Royal Blue. HEX triplet: 49, 63 and DF. RGB value is (73,99,223). Sum of RGB (Red+Green+Blue) = 73+99+223=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #4963DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963DF is #B69C20. Grayscale: #686868. Windows color (decimal): -11967521 or 14639945. OLE color: 14639945.

HSL color Cylindrical-coordinate representation of color #4963DF: hue angle of 229.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4963DF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 99 223 -
CMYK 0.67 0.56 0 0.13
HSL 229.6º 0.7% 0.58% -
HSV(B) 229.6º 0.67% 0.87% -
XYZ 20.53 15.67 71.75 -
YUV 105.36 194.39 104.92 -
System Red Green Blue C M Y K H S L
Decimal 73 99 223 0.67 0.56 0 0.13 229.6 0.7 0.58
Hex 49 63 DF 43 38 0 D E6 46 3A
Octal 111 143 337 103 70 0 15 346 106 72
Binary 1001001 1100011 11011111 1000011 111000 0 1101 11100110 1000110 111010

Color Harmonies of #4963DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4963DF

Black with #4963DF

Text Example


Text Example

White with #4963DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4963DF; }

 p { color: rgb(73,99,223); }

 H1.HeaderClassName
 {
   color: #4963DF;
 }
 .AnyTagClassName
 {
   color: #4963DF;
 }
</style>

background-color css

<style>
 a { background-color: #4963DF; }

 a { background-color: rgb(73,99,223); }

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

border-color css

<style>
 span { border-color: #4963DF; }

 span { border-color: rgb(73,99,223); }

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