#477dea

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

Shades of Royal Blue #477DEA

Tints of Royal Blue #477DEA

Color information

#477DEA (or 0x477DEA) is unknown color: approx Royal Blue. HEX triplet: 47, 7D and EA. RGB value is (71,125,234). Sum of RGB (Red+Green+Blue) = 71+125+234=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #477DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477DEA is #B88215. Grayscale: #787878. Windows color (decimal): -12091926 or 15367495. OLE color: 15367495.

HSL color Cylindrical-coordinate representation of color #477DEA: hue angle of 220.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #477DEA is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71125234-
CMYK0.700.4700.08
HSL220.12º79.51%59.8%-
HSV(B)220.12º69.66%91.76%-
XYZ24.7821.9580.77-
YUV121.28191.6192.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.51%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 234 (91.80% from 255) = 54.42%
R=16.51%
G=29.07%
B=54.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711252340.700.4700.08220.1279.5159.8
Hex477DEA462F08dc503c
Octal1071753521065701033412074
Binary1000111111110111101010100011010111101000110111001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477dea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477dea; }

 p { color: rgb(71,125,234); }

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

<style>
 a { background-color: #477dea; }

 a { background-color: rgb(71,125,234); }

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

<style>
 span { border-color: #477dea; }

 span { border-color: rgb(71,125,234); }

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