#476DCC

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

Shades of Royal Blue #476DCC

Tints of Royal Blue #476DCC

Color information

#476DCC (or 0x476DCC) is unknown color: approx Royal Blue. HEX triplet: 47, 6D and CC. RGB value is (71,109,204). Sum of RGB (Red+Green+Blue) = 71+109+204=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #476DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCC is #B89233. Grayscale: #6C6C6C. Windows color (decimal): -12096052 or 13397319. OLE color: 13397319.

HSL color Cylindrical-coordinate representation of color #476DCC: hue angle of 222.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476DCC is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71109204-
CMYK0.650.4700.2
HSL222.86º56.6%53.92%-
HSV(B)222.86º65.2%80%-
XYZ18.9716.6459.34-
YUV108.47181.91101.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.49%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=18.49%
G=28.39%
B=53.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711092040.650.4700.2222.8656.653.92
Hex476DCC412F014df3936
Octal107155314101570243377166
Binary1000111110110111001100100000110111101010011011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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