Html Css Color HEX #4963ED Royal Blue

📋 copy color: '#4963ED'

red 73 ◦ green 99 ◦ blue 237

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

Shades of Royal Blue #4963ED

Tints of Royal Blue #4963ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 17.85%
G = 24.21%
B = 57.95%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4963ED (or 0x4963ED) is known color: Royal Blue. HEX triplet: 49, 63 and ED. RGB value is (73,99,237). Sum of RGB (Red+Green+Blue) = 73+99+237=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #4963ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963ED is #B69C12. Grayscale: #6A6A6A. Windows color (decimal): -11967507 or 15557449. OLE color: 15557449.

HSL color Cylindrical-coordinate representation of color #4963ED: hue angle of 230.49º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4963ED is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 99 237 -
CMYK 0.69 0.58 0 0.07
HSL 230.49º 0.82% 0.61% -
HSV(B) 230.49º 0.69% 0.93% -
XYZ 22.5 16.45 82.11 -
YUV 106.96 201.39 103.78 -
System Red Green Blue C M Y K H S L
Decimal 73 99 237 0.69 0.58 0 0.07 230.49 0.82 0.61
Hex 49 63 ED 45 3A 0 7 E6 52 3D
Octal 111 143 355 105 72 0 7 346 122 75
Binary 1001001 1100011 11101101 1000101 111010 0 111 11100110 1010010 111101

Color Harmonies of #4963ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4963ED

Black with #4963ED

Text Example


Text Example

White with #4963ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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