#477ADE

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

Shades of Royal Blue #477ADE

Tints of Royal Blue #477ADE

Color information

#477ADE (or 0x477ADE) is unknown color: approx Royal Blue. HEX triplet: 47, 7A and DE. RGB value is (71,122,222). Sum of RGB (Red+Green+Blue) = 71+122+222=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #477ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ADE is #B88521. Grayscale: #757575. Windows color (decimal): -12092706 or 14580295. OLE color: 14580295.

HSL color Cylindrical-coordinate representation of color #477ADE: hue angle of 219.74º degrees, saturation: 0.7, 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 #477ADE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71122222-
CMYK0.680.4500.13
HSL219.74º69.59%57.45%-
HSV(B)219.74º68.02%87.06%-
XYZ22.7420.5371.87-
YUV118.15186.694.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.11%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=17.11%
G=29.40%
B=53.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711222220.680.4500.13219.7469.5957.45
Hex477ADE442D0Ddc4639
Octal1071723361045501533410671
Binary1000111111101011011110100010010110101101110111001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,222); }

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

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

 a { background-color: rgb(71,122,222); }

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

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

 span { border-color: rgb(71,122,222); }

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