#4B7AD5

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

Shades of Royal Blue #4B7AD5

Tints of Royal Blue #4B7AD5

Color information

#4B7AD5 (or 0x4B7AD5) is unknown color: approx Royal Blue. HEX triplet: 4B, 7A and D5. RGB value is (75,122,213). Sum of RGB (Red+Green+Blue) = 75+122+213=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 213 (83.59% from 255 or 51.95% from 410); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B7AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7AD5 is #B4852A. Grayscale: #757575. Windows color (decimal): -11830571 or 13990475. OLE color: 13990475.

HSL color Cylindrical-coordinate representation of color #4B7AD5: hue angle of 219.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B7AD5 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75122213-
CMYK0.650.4300.16
HSL219.57º62.16%56.47%-
HSV(B)219.57º64.79%83.53%-
XYZ21.8720.2265.7-
YUV118.32181.4397.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.29%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 213 (83.59% from 255) = 51.95%
R=18.29%
G=29.76%
B=51.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751222130.650.4300.16219.5762.1656.47
Hex4B7AD5412B010dc3e38
Octal113172325101530203347670
Binary1001011111101011010101100000110101101000011011100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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