Html Css Color HEX #4964DF Royal Blue

📋 copy color: '#4964DF'

red 73 ◦ green 100 ◦ blue 223

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

Shades of Royal Blue #4964DF

Tints of Royal Blue #4964DF

RGB

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

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

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

R = 18.43%
G = 25.25%
B = 56.31%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4964DF (or 0x4964DF) is known color: Royal Blue. HEX triplet: 49, 64 and DF. RGB value is (73,100,223). Sum of RGB (Red+Green+Blue) = 73+100+223=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #4964DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964DF is #B69B20. Grayscale: #696969. Windows color (decimal): -11967265 or 14640201. OLE color: 14640201.

HSL color Cylindrical-coordinate representation of color #4964DF: hue angle of 229.2º 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 #4964DF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 100 223 -
CMYK 0.67 0.55 0 0.13
HSL 229.2º 0.7% 0.58% -
HSV(B) 229.2º 0.67% 0.87% -
XYZ 20.62 15.86 71.79 -
YUV 105.95 194.05 104.5 -
System Red Green Blue C M Y K H S L
Decimal 73 100 223 0.67 0.55 0 0.13 229.2 0.7 0.58
Hex 49 64 DF 43 37 0 D E5 46 3A
Octal 111 144 337 103 67 0 15 345 106 72
Binary 1001001 1100100 11011111 1000011 110111 0 1101 11100101 1000110 111010

Color Harmonies of #4964DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964DF

Black with #4964DF

Text Example


Text Example

White with #4964DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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