Html Css Color HEX #4964F6 Royal Blue

📋 copy color: '#4964F6'

red 73 ◦ green 100 ◦ blue 246

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

Shades of Royal Blue #4964F6

Tints of Royal Blue #4964F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.71%

R = 17.42%
G = 23.87%
B = 58.71%

CMYK

 C value IS 0.70

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4964F6 (or 0x4964F6) is known color: Royal Blue. HEX triplet: 49, 64 and F6. RGB value is (73,100,246). Sum of RGB (Red+Green+Blue) = 73+100+246=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #4964F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4964F6 is #B69B09. Grayscale: #6B6B6B. Windows color (decimal): -11967242 or 16147529. OLE color: 16147529.

HSL color Cylindrical-coordinate representation of color #4964F6: hue angle of 230.64º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4964F6 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 100 246 -
CMYK 0.70 0.59 0 0.04
HSL 230.64º 0.91% 0.63% -
HSV(B) 230.64º 0.7% 0.96% -
XYZ 23.94 17.18 89.24 -
YUV 108.57 205.55 102.63 -
System Red Green Blue C M Y K H S L
Decimal 73 100 246 0.70 0.59 0 0.04 230.64 0.91 0.63
Hex 49 64 F6 46 3B 0 4 E7 5B 3F
Octal 111 144 366 106 73 0 4 347 133 77
Binary 1001001 1100100 11110110 1000110 111011 0 100 11100111 1011011 111111

Color Harmonies of #4964F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964F6

Black with #4964F6

Text Example


Text Example

White with #4964F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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