#4B56E5

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

Shades of Royal Blue #4B56E5

Tints of Royal Blue #4B56E5

Color information

#4B56E5 (or 0x4B56E5) is unknown color: approx Royal Blue. HEX triplet: 4B, 56 and E5. RGB value is (75,86,229). Sum of RGB (Red+Green+Blue) = 75+86+229=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 229 (89.84% from 255 or 58.72% from 390); Max value from RGB is 229 - color contains mainly: blue. Hex color #4B56E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B56E5 is #B4A91A. Grayscale: #626262. Windows color (decimal): -11839771 or 15029835. OLE color: 15029835.

HSL color Cylindrical-coordinate representation of color #4B56E5: hue angle of 235.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B56E5 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7586229-
CMYK0.670.6200.10
HSL235.71º74.76%59.61%-
HSV(B)235.71º67.25%89.8%-
XYZ20.3713.8175.72-
YUV99.01201.36110.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 229 (89.84% from 255) = 58.72%
R=19.23%
G=22.05%
B=58.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75862290.670.6200.10235.7174.7659.61
Hex4B56E5433E0Aec4b3c
Octal1131263451037601235411374
Binary1001011101011011100101100001111111001010111011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B56E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,229); }

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

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

 a { background-color: rgb(75,86,229); }

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

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

 span { border-color: rgb(75,86,229); }

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