#4780F0

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

Shades of Royal Blue #4780F0

Tints of Royal Blue #4780F0

Color information

#4780F0 (or 0x4780F0) is unknown color: approx Royal Blue. HEX triplet: 47, 80 and F0. RGB value is (71,128,240). Sum of RGB (Red+Green+Blue) = 71+128+240=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #4780F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4780F0 is #B87F0F. Grayscale: #7B7B7B. Windows color (decimal): -12091152 or 15761479. OLE color: 15761479.

HSL color Cylindrical-coordinate representation of color #4780F0: hue angle of 219.76º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4780F0 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB71128240-
CMYK0.700.4700.06
HSL219.76º84.92%60.98%-
HSV(B)219.76º70.42%94.12%-
XYZ26.0523.0785.52-
YUV123.72193.6290.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.17%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 240 (94.14% from 255) = 54.67%
R=16.17%
G=29.16%
B=54.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal711282400.700.4700.06219.7684.9260.98
Hex4780F0462F06dc553d
Octal107200360106570633412575
Binary1000111100000001111000010001101011110110110111001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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