#4777FA

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

Shades of Royal Blue #4777FA

Tints of Royal Blue #4777FA

Color information

#4777FA (or 0x4777FA) is unknown color: approx Royal Blue. HEX triplet: 47, 77 and FA. RGB value is (71,119,250). Sum of RGB (Red+Green+Blue) = 71+119+250=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #4777FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4777FA is #B88805. Grayscale: #777777. Windows color (decimal): -12093446 or 16414535. OLE color: 16414535.

HSL color Cylindrical-coordinate representation of color #4777FA: hue angle of 223.91º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4777FA is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71119250-
CMYK0.720.5200.02
HSL223.91º94.71%62.94%-
HSV(B)223.91º71.6%98.04%-
XYZ26.4521.4493.19-
YUV119.58201.693.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.14%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 250 (98.05% from 255) = 56.82%
R=16.14%
G=27.05%
B=56.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711192500.720.5200.02223.9194.7162.94
Hex4777FA483402e05f3f
Octal107167372110640234013777
Binary10001111110111111110101001000110100010111000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4777FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4777FA; }

 p { color: rgb(71,119,250); }

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

<style>
 a { background-color: #4777FA; }

 a { background-color: rgb(71,119,250); }

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

<style>
 span { border-color: #4777FA; }

 span { border-color: rgb(71,119,250); }

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