#4763DB

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

Shades of Royal Blue #4763DB

Tints of Royal Blue #4763DB

Color information

#4763DB (or 0x4763DB) is unknown color: approx Royal Blue. HEX triplet: 47, 63 and DB. RGB value is (71,99,219). Sum of RGB (Red+Green+Blue) = 71+99+219=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4763DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4763DB is #B89C24. Grayscale: #676767. Windows color (decimal): -12098597 or 14377799. OLE color: 14377799.

HSL color Cylindrical-coordinate representation of color #4763DB: hue angle of 228.65º 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 #4763DB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7199219-
CMYK0.680.5500.14
HSL228.65º67.27%56.86%-
HSV(B)228.65º67.58%85.88%-
XYZ19.8515.3868.94-
YUV104.31192.72104.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 99 (39.06% from 255) = 25.45%
BLUE value IS 219 (85.94% from 255) = 56.30%
R=18.25%
G=25.45%
B=56.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71992190.680.5500.14228.6567.2756.86
Hex4763DB44370Ee54339
Octal1071433331046701634510371
Binary1000111110001111011011100010011011101110111001011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4763DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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