#4B7AD9

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

Shades of Royal Blue #4B7AD9

Tints of Royal Blue #4B7AD9

Color information

#4B7AD9 (or 0x4B7AD9) is unknown color: approx Royal Blue. HEX triplet: 4B, 7A and D9. RGB value is (75,122,217). Sum of RGB (Red+Green+Blue) = 75+122+217=414 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.12% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #4B7AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7AD9 is #B48526. Grayscale: #767676. Windows color (decimal): -11830567 or 14252619. OLE color: 14252619.

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

Color convert

RGB75122217-
CMYK0.650.4400.15
HSL220.14º65.14%57.25%-
HSV(B)220.14º65.44%85.1%-
XYZ22.3920.4268.41-
YUV118.78183.4396.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.12%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 217 (85.16% from 255) = 52.42%
R=18.12%
G=29.47%
B=52.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751222170.650.4400.15220.1465.1457.25
Hex4B7AD9412C0Fdc4139
Octal1131723311015401733410171
Binary1001011111101011011001100000110110001111110111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,122,217); }

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

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

 a { background-color: rgb(75,122,217); }

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

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

 span { border-color: rgb(75,122,217); }

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