#4B7BD5

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

Shades of Royal Blue #4B7BD5

Tints of Royal Blue #4B7BD5

Color information

#4B7BD5 (or 0x4B7BD5) is unknown color: approx Royal Blue. HEX triplet: 4B, 7B and D5. RGB value is (75,123,213). Sum of RGB (Red+Green+Blue) = 75+123+213=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B7BD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7BD5 is #B4842A. Grayscale: #767676. Windows color (decimal): -11830315 or 13990731. OLE color: 13990731.

HSL color Cylindrical-coordinate representation of color #4B7BD5: hue angle of 219.13º 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 #4B7BD5 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75123213-
CMYK0.650.4200.16
HSL219.13º62.16%56.47%-
HSV(B)219.13º64.79%83.53%-
XYZ21.9920.4765.74-
YUV118.91181.196.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.25%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 213 (83.59% from 255) = 51.82%
R=18.25%
G=29.93%
B=51.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751232130.650.4200.16219.1362.1656.47
Hex4B7BD5412A010db3e38
Octal113173325101520203337670
Binary1001011111101111010101100000110101001000011011011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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