#4960D8

Color #4960D8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4960D8

Tints of Royal Blue #4960D8

Color information

#4960D8 (or 0x4960D8) is unknown color: approx Royal Blue. HEX triplet: 49, 60 and D8. RGB value is (73,96,216). Sum of RGB (Red+Green+Blue) = 73+96+216=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #4960D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4960D8 is #B69F27. Grayscale: #666666. Windows color (decimal): -11968296 or 14180425. OLE color: 14180425.

HSL color Cylindrical-coordinate representation of color #4960D8: hue angle of 230.35º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4960D8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7396216-
CMYK0.660.5600.15
HSL230.35º64.71%56.67%-
HSV(B)230.35º66.2%84.71%-
XYZ19.3314.7466.79-
YUV102.8191.88106.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 216 (84.77% from 255) = 56.10%
R=18.96%
G=24.94%
B=56.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73962160.660.5600.15230.3564.7156.67
Hex4960D842380Fe64139
Octal1111403301027001734610171
Binary1001001110000011011000100001011100001111111001101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4960D8;
 }
 .AnyTagClassName
 {
   color: #4960D8;
 }
</style>
background-color css

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

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

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

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

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

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