#4B5BDE

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

Shades of Royal Blue #4B5BDE

Tints of Royal Blue #4B5BDE

Color information

#4B5BDE (or 0x4B5BDE) is unknown color: approx Royal Blue. HEX triplet: 4B, 5B and DE. RGB value is (75,91,222). Sum of RGB (Red+Green+Blue) = 75+91+222=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #4B5BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BDE is #B4A421. Grayscale: #646464. Windows color (decimal): -11838498 or 14572363. OLE color: 14572363.

HSL color Cylindrical-coordinate representation of color #4B5BDE: hue angle of 233.47º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B5BDE is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7591222-
CMYK0.660.5900.13
HSL233.47º69.01%58.24%-
HSV(B)233.47º66.22%87.06%-
XYZ19.8314.2570.81-
YUV101.15196.2109.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.33%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 222 (87.11% from 255) = 57.22%
R=19.33%
G=23.45%
B=57.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal75912220.660.5900.13233.4769.0158.24
Hex4B5BDE423B0De9453a
Octal1131333361027301535110572
Binary1001011101101111011110100001011101101101111010011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,222); }

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

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

 a { background-color: rgb(75,91,222); }

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

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

 span { border-color: rgb(75,91,222); }

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