#477AF4

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

Shades of Royal Blue #477AF4

Tints of Royal Blue #477AF4

Color information

#477AF4 (or 0x477AF4) is unknown color: approx Royal Blue. HEX triplet: 47, 7A and F4. RGB value is (71,122,244). Sum of RGB (Red+Green+Blue) = 71+122+244=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #477AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #477AF4 is #B8850B. Grayscale: #787878. Windows color (decimal): -12092684 or 16022087. OLE color: 16022087.

HSL color Cylindrical-coordinate representation of color #477AF4: hue angle of 222.31º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477AF4 is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71122244-
CMYK0.710.500.04
HSL222.31º88.72%61.76%-
HSV(B)222.31º70.9%95.69%-
XYZ25.8921.7988.43-
YUV120.66197.692.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.25%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=16.25%
G=27.92%
B=55.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal711222440.710.500.04222.3188.7261.76
Hex477AF4473204de593e
Octal107172364107620433613176
Binary100011111110101111010010001111100100100110111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,244); }

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

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

 a { background-color: rgb(71,122,244); }

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

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

 span { border-color: rgb(71,122,244); }

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