Html Css Color HEX #4960ED Royal Blue

📋 copy color: '#4960ED'

red 73 ◦ green 96 ◦ blue 237

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

Shades of Royal Blue #4960ED

Tints of Royal Blue #4960ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.37%

R = 17.98%
G = 23.65%
B = 58.37%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4960ED (or 0x4960ED) is known color: Royal Blue. HEX triplet: 49, 60 and ED. RGB value is (73,96,237). Sum of RGB (Red+Green+Blue) = 73+96+237=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #4960ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4960ED is #B69F12. Grayscale: #686868. Windows color (decimal): -11968275 or 15556681. OLE color: 15556681.

HSL color Cylindrical-coordinate representation of color #4960ED: hue angle of 231.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4960ED is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 96 237 -
CMYK 0.69 0.59 0 0.07
HSL 231.59º 0.82% 0.61% -
HSV(B) 231.59º 0.69% 0.93% -
XYZ 22.22 15.9 82.02 -
YUV 105.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 73 96 237 0.69 0.59 0 0.07 231.59 0.82 0.61
Hex 49 60 ED 45 3B 0 7 E8 52 3D
Octal 111 140 355 105 73 0 7 350 122 75
Binary 1001001 1100000 11101101 1000101 111011 0 111 11101000 1010010 111101

Color Harmonies of #4960ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960ED

Black with #4960ED

Text Example


Text Example

White with #4960ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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