#476edf

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

Shades of Royal Blue #476EDF

Tints of Royal Blue #476EDF

Color information

#476EDF (or 0x476EDF) is unknown color: approx Royal Blue. HEX triplet: 47, 6E and DF. RGB value is (71,110,223). Sum of RGB (Red+Green+Blue) = 71+110+223=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #476EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EDF is #B89120. Grayscale: #6E6E6E. Windows color (decimal): -12095777 or 14642759. OLE color: 14642759.

HSL color Cylindrical-coordinate representation of color #476EDF: hue angle of 224.61º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476EDF is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB71110223-
CMYK0.680.5100.13
HSL224.61º70.37%57.65%-
HSV(B)224.61º68.16%87.45%-
XYZ21.4917.8272.12-
YUV111.22191.0899.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.57%
GREEN value IS 110 (43.36% from 255) = 27.23%
BLUE value IS 223 (87.5% from 255) = 55.20%
R=17.57%
G=27.23%
B=55.20%

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
Decimal711102230.680.5100.13224.6170.3757.65
Hex476EDF44330De1463a
Octal1071563371046301534110672
Binary1000111110111011011111100010011001101101111000011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,110,223); }

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

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

 a { background-color: rgb(71,110,223); }

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

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

 span { border-color: rgb(71,110,223); }

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