#4776D2

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

Shades of Royal Blue #4776D2

Tints of Royal Blue #4776D2

Color information

#4776D2 (or 0x4776D2) is unknown color: approx Royal Blue. HEX triplet: 47, 76 and D2. RGB value is (71,118,210). Sum of RGB (Red+Green+Blue) = 71+118+210=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #4776D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776D2 is #B8892D. Grayscale: #727272. Windows color (decimal): -12093742 or 13792839. OLE color: 13792839.

HSL color Cylindrical-coordinate representation of color #4776D2: hue angle of 219.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4776D2 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB71118210-
CMYK0.660.4400.18
HSL219.71º60.7%55.1%-
HSV(B)219.71º66.19%82.35%-
XYZ20.7118.9563.54-
YUV114.43181.9397.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 210 (82.42% from 255) = 52.63%
R=17.79%
G=29.57%
B=52.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal711182100.660.4400.18219.7160.755.1
Hex4776D2422C012dc3d37
Octal107166322102540223347567
Binary1000111111011011010010100001010110001001011011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4776D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4776D2; }

 p { color: rgb(71,118,210); }

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

<style>
 a { background-color: #4776D2; }

 a { background-color: rgb(71,118,210); }

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

<style>
 span { border-color: #4776D2; }

 span { border-color: rgb(71,118,210); }

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