#4780FA

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

Shades of Royal Blue #4780FA

Tints of Royal Blue #4780FA

Color information

#4780FA (or 0x4780FA) is unknown color: approx Royal Blue. HEX triplet: 47, 80 and FA. RGB value is (71,128,250). Sum of RGB (Red+Green+Blue) = 71+128+250=449 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.81% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #4780FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4780FA is #B87F05. Grayscale: #7C7C7C. Windows color (decimal): -12091142 or 16416839. OLE color: 16416839.

HSL color Cylindrical-coordinate representation of color #4780FA: hue angle of 220.89º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4780FA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71128250-
CMYK0.720.4900.02
HSL220.89º94.71%62.94%-
HSV(B)220.89º71.6%98.04%-
XYZ27.5723.6893.56-
YUV124.86198.6289.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.81%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 250 (98.05% from 255) = 55.68%
R=15.81%
G=28.51%
B=55.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711282500.720.4900.02220.8994.7162.94
Hex4780FA483102dd5f3f
Octal107200372110610233513777
Binary100011110000000111110101001000110001010110111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4780FA; }

 p { color: rgb(71,128,250); }

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

<style>
 a { background-color: #4780FA; }

 a { background-color: rgb(71,128,250); }

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

<style>
 span { border-color: #4780FA; }

 span { border-color: rgb(71,128,250); }

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