Html Css Color HEX #4965DC Royal Blue

📋 copy color: '#4965DC'

red 73 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #4965DC

Tints of Royal Blue #4965DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 18.53%
G = 25.63%
B = 55.84%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4965DC (or 0x4965DC) is known color: Royal Blue. HEX triplet: 49, 65 and DC. RGB value is (73,101,220). Sum of RGB (Red+Green+Blue) = 73+101+220=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #4965DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965DC is #B69A23. Grayscale: #696969. Windows color (decimal): -11967012 or 14443849. OLE color: 14443849.

HSL color Cylindrical-coordinate representation of color #4965DC: hue angle of 228.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4965DC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 101 220 -
CMYK 0.67 0.54 0 0.14
HSL 228.57º 0.68% 0.57% -
HSV(B) 228.57º 0.67% 0.86% -
XYZ 20.32 15.89 69.71 -
YUV 106.19 192.22 104.32 -
System Red Green Blue C M Y K H S L
Decimal 73 101 220 0.67 0.54 0 0.14 228.57 0.68 0.57
Hex 49 65 DC 43 36 0 E E5 44 39
Octal 111 145 334 103 66 0 16 345 104 71
Binary 1001001 1100101 11011100 1000011 110110 0 1110 11100101 1000100 111001

Color Harmonies of #4965DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4965DC

Black with #4965DC

Text Example


Text Example

White with #4965DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4965DC; }

 p { color: rgb(73,101,220); }

 H1.HeaderClassName
 {
   color: #4965DC;
 }
 .AnyTagClassName
 {
   color: #4965DC;
 }
</style>

background-color css

<style>
 a { background-color: #4965DC; }

 a { background-color: rgb(73,101,220); }

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

border-color css

<style>
 span { border-color: #4965DC; }

 span { border-color: rgb(73,101,220); }

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