#476DDE

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

Shades of Royal Blue #476DDE

Tints of Royal Blue #476DDE

Color information

#476DDE (or 0x476DDE) is unknown color: approx Royal Blue. HEX triplet: 47, 6D and DE. RGB value is (71,109,222). Sum of RGB (Red+Green+Blue) = 71+109+222=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #476DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DDE is #B89221. Grayscale: #6E6E6E. Windows color (decimal): -12096034 or 14576967. OLE color: 14576967.

HSL color Cylindrical-coordinate representation of color #476DDE: hue angle of 224.9º 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 #476DDE is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71109222-
CMYK0.680.5100.13
HSL224.9º69.59%57.45%-
HSV(B)224.9º68.02%87.06%-
XYZ21.2517.5571.37-
YUV110.52190.9199.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.66%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 222 (87.11% from 255) = 55.22%
R=17.66%
G=27.11%
B=55.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711092220.680.5100.13224.969.5957.45
Hex476DDE44330De14639
Octal1071553361046301534110671
Binary1000111110110111011110100010011001101101111000011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476DDE; }

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

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

<style>
 a { background-color: #476DDE; }

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

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

<style>
 span { border-color: #476DDE; }

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

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