Html Css Color HEX #4964EB Royal Blue

📋 copy color: '#4964EB'

red 73 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #4964EB

Tints of Royal Blue #4964EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.51%

 BLUE value IS 235 (92.19% from 255) = 57.6%

R = 17.89%
G = 24.51%
B = 57.6%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4964EB (or 0x4964EB) is known color: Royal Blue. HEX triplet: 49, 64 and EB. RGB value is (73,100,235). Sum of RGB (Red+Green+Blue) = 73+100+235=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #4964EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4964EB is #B69B14. Grayscale: #6A6A6A. Windows color (decimal): -11967253 or 15426633. OLE color: 15426633.

HSL color Cylindrical-coordinate representation of color #4964EB: hue angle of 230º degrees, saturation: 0.8, 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 #4964EB is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 100 235 -
CMYK 0.69 0.57 0 0.08
HSL 230º 0.8% 0.6% -
HSV(B) 230º 0.69% 0.92% -
XYZ 22.3 16.53 80.61 -
YUV 107.32 200.05 103.52 -
System Red Green Blue C M Y K H S L
Decimal 73 100 235 0.69 0.57 0 0.08 230 0.8 0.6
Hex 49 64 EB 45 39 0 8 E6 50 3C
Octal 111 144 353 105 71 0 10 346 120 74
Binary 1001001 1100100 11101011 1000101 111001 0 1000 11100110 1010000 111100

Color Harmonies of #4964EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964EB

Black with #4964EB

Text Example


Text Example

White with #4964EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4964EB; }

 p { color: rgb(73,100,235); }

 H1.HeaderClassName
 {
   color: #4964EB;
 }
 .AnyTagClassName
 {
   color: #4964EB;
 }
</style>

background-color css

<style>
 a { background-color: #4964EB; }

 a { background-color: rgb(73,100,235); }

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

border-color css

<style>
 span { border-color: #4964EB; }

 span { border-color: rgb(73,100,235); }

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