Html Css Color HEX #4960EF Royal Blue

📋 copy color: '#4960EF'

red 73 ◦ green 96 ◦ blue 239

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

Shades of Royal Blue #4960EF

Tints of Royal Blue #4960EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

 BLUE value IS 239 (93.75% from 255) = 58.58%

R = 17.89%
G = 23.53%
B = 58.58%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4960EF (or 0x4960EF) is known color: Royal Blue. HEX triplet: 49, 60 and EF. RGB value is (73,96,239). Sum of RGB (Red+Green+Blue) = 73+96+239=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #4960EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960EF is #B69F10. Grayscale: #686868. Windows color (decimal): -11968273 or 15687753. OLE color: 15687753.

HSL color Cylindrical-coordinate representation of color #4960EF: hue angle of 231.69º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4960EF is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 96 239 -
CMYK 0.69 0.60 0 0.06
HSL 231.69º 0.84% 0.61% -
HSV(B) 231.69º 0.69% 0.94% -
XYZ 22.51 16.01 83.57 -
YUV 105.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 73 96 239 0.69 0.60 0 0.06 231.69 0.84 0.61
Hex 49 60 EF 45 3C 0 6 E8 54 3D
Octal 111 140 357 105 74 0 6 350 124 75
Binary 1001001 1100000 11101111 1000101 111100 0 110 11101000 1010100 111101

Color Harmonies of #4960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960EF

Black with #4960EF

Text Example


Text Example

White with #4960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4960EF; }

 p { color: rgb(73,96,239); }

 H1.HeaderClassName
 {
   color: #4960EF;
 }
 .AnyTagClassName
 {
   color: #4960EF;
 }
</style>

background-color css

<style>
 a { background-color: #4960EF; }

 a { background-color: rgb(73,96,239); }

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

border-color css

<style>
 span { border-color: #4960EF; }

 span { border-color: rgb(73,96,239); }

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