#477CDD

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

Shades of Royal Blue #477CDD

Tints of Royal Blue #477CDD

Color information

#477CDD (or 0x477CDD) is unknown color: approx Royal Blue. HEX triplet: 47, 7C and DD. RGB value is (71,124,221). Sum of RGB (Red+Green+Blue) = 71+124+221=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #477CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CDD is #B88322. Grayscale: #767676. Windows color (decimal): -12092195 or 14515271. OLE color: 14515271.

HSL color Cylindrical-coordinate representation of color #477CDD: hue angle of 218.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477CDD is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71124221-
CMYK0.680.4400.13
HSL218.8º68.81%57.25%-
HSV(B)218.8º67.87%86.67%-
XYZ22.8620.9871.25-
YUV119.21185.4493.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 124 (48.83% from 255) = 29.81%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=17.07%
G=29.81%
B=53.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711242210.680.4400.13218.868.8157.25
Hex477CDD442C0Ddb4539
Octal1071743351045401533310571
Binary1000111111110011011101100010010110001101110110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477CDD; }

 p { color: rgb(71,124,221); }

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

<style>
 a { background-color: #477CDD; }

 a { background-color: rgb(71,124,221); }

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

<style>
 span { border-color: #477CDD; }

 span { border-color: rgb(71,124,221); }

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