#4A77DF

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

Shades of Royal Blue #4A77DF

Tints of Royal Blue #4A77DF

Color information

#4A77DF (or 0x4A77DF) is unknown color: approx Royal Blue. HEX triplet: 4A, 77 and DF. RGB value is (74,119,223). Sum of RGB (Red+Green+Blue) = 74+119+223=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A77DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A77DF is #B58820. Grayscale: #747474. Windows color (decimal): -11896865 or 14645066. OLE color: 14645066.

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

Color convert

RGB74119223-
CMYK0.670.4700.13
HSL221.88º69.95%58.24%-
HSV(B)221.88º66.82%87.45%-
XYZ22.7419.9872.47-
YUV117.4187.5997.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.79%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=17.79%
G=28.61%
B=53.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741192230.670.4700.13221.8869.9558.24
Hex4A77DF432F0Dde463a
Octal1121673371035701533610672
Binary1001010111011111011111100001110111101101110111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A77DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A77DF; }

 p { color: rgb(74,119,223); }

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

<style>
 a { background-color: #4A77DF; }

 a { background-color: rgb(74,119,223); }

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

<style>
 span { border-color: #4A77DF; }

 span { border-color: rgb(74,119,223); }

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