#4B5DEC

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

Shades of Royal Blue #4B5DEC

Tints of Royal Blue #4B5DEC

Color information

#4B5DEC (or 0x4B5DEC) is unknown color: approx Royal Blue. HEX triplet: 4B, 5D and EC. RGB value is (75,93,236). Sum of RGB (Red+Green+Blue) = 75+93+236=404 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.56% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B5DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5DEC is #B4A213. Grayscale: #676767. Windows color (decimal): -11837972 or 15490379. OLE color: 15490379.

HSL color Cylindrical-coordinate representation of color #4B5DEC: hue angle of 233.29º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B5DEC is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7593236-
CMYK0.680.6100.07
HSL233.29º80.9%60.98%-
HSV(B)233.29º68.22%92.55%-
XYZ21.9615.3881.17-
YUV103.92202.54107.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.56%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 236 (92.58% from 255) = 58.42%
R=18.56%
G=23.02%
B=58.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75932360.680.6100.07233.2980.960.98
Hex4B5DEC443D07e9513d
Octal113135354104750735112175
Binary100101110111011110110010001001111010111111010011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,236); }

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

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

 a { background-color: rgb(75,93,236); }

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

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

 span { border-color: rgb(75,93,236); }

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