#4B5BE1

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

Shades of Royal Blue #4B5BE1

Tints of Royal Blue #4B5BE1

Color information

#4B5BE1 (or 0x4B5BE1) is unknown color: approx Royal Blue. HEX triplet: 4B, 5B and E1. RGB value is (75,91,225). Sum of RGB (Red+Green+Blue) = 75+91+225=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #4B5BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5BE1 is #B4A41E. Grayscale: #646464. Windows color (decimal): -11838495 or 14768971. OLE color: 14768971.

HSL color Cylindrical-coordinate representation of color #4B5BE1: hue angle of 233.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B5BE1 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7591225-
CMYK0.670.6000.12
HSL233.6º71.43%58.82%-
HSV(B)233.6º66.67%88.24%-
XYZ20.2314.4172.95-
YUV101.49197.7109.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.18%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 225 (88.28% from 255) = 57.54%
R=19.18%
G=23.27%
B=57.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal75912250.670.6000.12233.671.4358.82
Hex4B5BE1433C0Cea473b
Octal1131333411037401435210773
Binary1001011101101111100001100001111110001100111010101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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