#476dce

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

Shades of Royal Blue #476DCE

Tints of Royal Blue #476DCE

Color information

#476DCE (or 0x476DCE) is unknown color: approx Royal Blue. HEX triplet: 47, 6D and CE. RGB value is (71,109,206). Sum of RGB (Red+Green+Blue) = 71+109+206=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #476DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DCE is #B89231. Grayscale: #6C6C6C. Windows color (decimal): -12096050 or 13528391. OLE color: 13528391.

HSL color Cylindrical-coordinate representation of color #476DCE: hue angle of 223.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476DCE is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB71109206-
CMYK0.660.4700.19
HSL223.11º57.94%54.31%-
HSV(B)223.11º65.53%80.78%-
XYZ19.2116.7360.61-
YUV108.7182.91101.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.39%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 206 (80.86% from 255) = 53.37%
R=18.39%
G=28.24%
B=53.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal711092060.660.4700.19223.1157.9454.31
Hex476DCE422F013df3a36
Octal107155316102570233377266
Binary1000111110110111001110100001010111101001111011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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