#4782DB

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

Shades of Royal Blue #4782DB

Tints of Royal Blue #4782DB

Color information

#4782DB (or 0x4782DB) is unknown color: approx Royal Blue. HEX triplet: 47, 82 and DB. RGB value is (71,130,219). Sum of RGB (Red+Green+Blue) = 71+130+219=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #4782DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782DB is #B87D24. Grayscale: #7A7A7A. Windows color (decimal): -12090661 or 14385735. OLE color: 14385735.

HSL color Cylindrical-coordinate representation of color #4782DB: hue angle of 216.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4782DB is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB71130219-
CMYK0.680.4100.14
HSL216.08º67.27%56.86%-
HSV(B)216.08º67.58%85.88%-
XYZ23.3722.4270.11-
YUV122.5182.4591.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 219 (85.94% from 255) = 52.14%
R=16.90%
G=30.95%
B=52.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal711302190.680.4100.14216.0867.2756.86
Hex4782DB44290Ed84339
Octal1072023331045101633010371
Binary10001111000001011011011100010010100101110110110001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4782DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4782DB; }

 p { color: rgb(71,130,219); }

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

<style>
 a { background-color: #4782DB; }

 a { background-color: rgb(71,130,219); }

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

<style>
 span { border-color: #4782DB; }

 span { border-color: rgb(71,130,219); }

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