#4B7DF5

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

Shades of Royal Blue #4B7DF5

Tints of Royal Blue #4B7DF5

Color information

#4B7DF5 (or 0x4B7DF5) is unknown color: approx Royal Blue. HEX triplet: 4B, 7D and F5. RGB value is (75,125,245). Sum of RGB (Red+Green+Blue) = 75+125+245=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 245 (96.09% from 255 or 55.06% from 445); Max value from RGB is 245 - color contains mainly: blue. Hex color #4B7DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B7DF5 is #B4820A. Grayscale: #7B7B7B. Windows color (decimal): -11829771 or 16088395. OLE color: 16088395.

HSL color Cylindrical-coordinate representation of color #4B7DF5: hue angle of 222.35º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7DF5 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB75125245-
CMYK0.690.4900.04
HSL222.35º89.47%62.75%-
HSV(B)222.35º69.39%96.08%-
XYZ26.7222.7689.37-
YUV123.73196.4493.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.85%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 245 (96.09% from 255) = 55.06%
R=16.85%
G=28.09%
B=55.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal751252450.690.4900.04222.3589.4762.75
Hex4B7DF5453104de593f
Octal113175365105610433613177
Binary100101111111011111010110001011100010100110111101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,125,245); }

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

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

 a { background-color: rgb(75,125,245); }

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

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

 span { border-color: rgb(75,125,245); }

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