#4A75D8

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

Shades of Royal Blue #4A75D8

Tints of Royal Blue #4A75D8

Color information

#4A75D8 (or 0x4A75D8) is unknown color: approx Royal Blue. HEX triplet: 4A, 75 and D8. RGB value is (74,117,216). Sum of RGB (Red+Green+Blue) = 74+117+216=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #4A75D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A75D8 is #B58A27. Grayscale: #727272. Windows color (decimal): -11897384 or 14185802. OLE color: 14185802.

HSL color Cylindrical-coordinate representation of color #4A75D8: hue angle of 221.83º 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 #4A75D8 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB74117216-
CMYK0.660.4600.15
HSL221.83º64.55%56.86%-
HSV(B)221.83º65.74%84.71%-
XYZ21.5819.1467.52-
YUV115.43184.7598.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.18%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=18.18%
G=28.75%
B=53.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal741172160.660.4600.15221.8364.5556.86
Hex4A75D8422E0Fde4139
Octal1121653301025601733610171
Binary1001010111010111011000100001010111001111110111101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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