#476ADE

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

Shades of Royal Blue #476ADE

Tints of Royal Blue #476ADE

Color information

#476ADE (or 0x476ADE) is unknown color: approx Royal Blue. HEX triplet: 47, 6A and DE. RGB value is (71,106,222). Sum of RGB (Red+Green+Blue) = 71+106+222=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #476ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476ADE is #B89521. Grayscale: #6C6C6C. Windows color (decimal): -12096802 or 14576199. OLE color: 14576199.

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

Color convert

RGB71106222-
CMYK0.680.5200.13
HSL226.09º69.59%57.45%-
HSV(B)226.09º68.02%87.06%-
XYZ20.9416.9271.27-
YUV108.76191.9101.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=17.79%
G=26.57%
B=55.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal711062220.680.5200.13226.0969.5957.45
Hex476ADE44340De24639
Octal1071523361046401534210671
Binary1000111110101011011110100010011010001101111000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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