#4980E3

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

Shades of Royal Blue #4980E3

Tints of Royal Blue #4980E3

Color information

#4980E3 (or 0x4980E3) is unknown color: approx Royal Blue. HEX triplet: 49, 80 and E3. RGB value is (73,128,227). Sum of RGB (Red+Green+Blue) = 73+128+227=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #4980E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980E3 is #B67F1C. Grayscale: #7A7A7A. Windows color (decimal): -11960093 or 14909513. OLE color: 14909513.

HSL color Cylindrical-coordinate representation of color #4980E3: hue angle of 218.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4980E3 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73128227-
CMYK0.680.4400.11
HSL218.57º73.33%58.82%-
HSV(B)218.57º67.84%89.02%-
XYZ24.3322.475.71-
YUV122.84186.7892.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.06%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 227 (89.06% from 255) = 53.04%
R=17.06%
G=29.91%
B=53.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal731282270.680.4400.11218.5773.3358.82
Hex4980E3442C0Bdb493b
Octal1112003431045401333311173
Binary10010011000000011100011100010010110001011110110111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4980E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4980E3; }

 p { color: rgb(73,128,227); }

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

<style>
 a { background-color: #4980E3; }

 a { background-color: rgb(73,128,227); }

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

<style>
 span { border-color: #4980E3; }

 span { border-color: rgb(73,128,227); }

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