#4A7BD8

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

Shades of Royal Blue #4A7BD8

Tints of Royal Blue #4A7BD8

Color information

#4A7BD8 (or 0x4A7BD8) is unknown color: approx Royal Blue. HEX triplet: 4A, 7B and D8. RGB value is (74,123,216). Sum of RGB (Red+Green+Blue) = 74+123+216=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #4A7BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7BD8 is #B58427. Grayscale: #767676. Windows color (decimal): -11895848 or 14187338. OLE color: 14187338.

HSL color Cylindrical-coordinate representation of color #4A7BD8: hue angle of 219.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7BD8 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB74123216-
CMYK0.660.4300.15
HSL219.3º64.55%56.86%-
HSV(B)219.3º65.74%84.71%-
XYZ22.320.5867.76-
YUV118.95182.7795.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.92%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 216 (84.77% from 255) = 52.30%
R=17.92%
G=29.78%
B=52.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal741232160.660.4300.15219.364.5556.86
Hex4A7BD8422B0Fdb4139
Octal1121733301025301733310171
Binary1001010111101111011000100001010101101111110110111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,123,216); }

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

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

 a { background-color: rgb(74,123,216); }

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

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

 span { border-color: rgb(74,123,216); }

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