Html Css Color HEX #4963EA Royal Blue

📋 copy color: '#4963EA'

red 73 ◦ green 99 ◦ blue 234

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

Shades of Royal Blue #4963EA

Tints of Royal Blue #4963EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 17.98%
G = 24.38%
B = 57.64%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4963EA (or 0x4963EA) is known color: Royal Blue. HEX triplet: 49, 63 and EA. RGB value is (73,99,234). Sum of RGB (Red+Green+Blue) = 73+99+234=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #4963EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4963EA is #B69C15. Grayscale: #6A6A6A. Windows color (decimal): -11967510 or 15360841. OLE color: 15360841.

HSL color Cylindrical-coordinate representation of color #4963EA: hue angle of 230.31º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4963EA is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 99 234 -
CMYK 0.69 0.58 0 0.08
HSL 230.31º 0.79% 0.6% -
HSV(B) 230.31º 0.69% 0.92% -
XYZ 22.06 16.28 79.82 -
YUV 106.62 199.89 104.02 -
System Red Green Blue C M Y K H S L
Decimal 73 99 234 0.69 0.58 0 0.08 230.31 0.79 0.6
Hex 49 63 EA 45 3A 0 8 E6 4F 3C
Octal 111 143 352 105 72 0 10 346 117 74
Binary 1001001 1100011 11101010 1000101 111010 0 1000 11100110 1001111 111100

Color Harmonies of #4963EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4963EA

Black with #4963EA

Text Example


Text Example

White with #4963EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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