#4B5EEA

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

Shades of Royal Blue #4B5EEA

Tints of Royal Blue #4B5EEA

Color information

#4B5EEA (or 0x4B5EEA) is unknown color: approx Royal Blue. HEX triplet: 4B, 5E and EA. RGB value is (75,94,234). Sum of RGB (Red+Green+Blue) = 75+94+234=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B5EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5EEA is #B4A115. Grayscale: #676767. Windows color (decimal): -11837718 or 15359563. OLE color: 15359563.

HSL color Cylindrical-coordinate representation of color #4B5EEA: hue angle of 232.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B5EEA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7594234-
CMYK0.680.6000.08
HSL232.83º79.1%60.59%-
HSV(B)232.83º67.95%91.76%-
XYZ21.7615.4479.68-
YUV104.28201.21107.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 234 (91.80% from 255) = 58.06%
R=18.61%
G=23.33%
B=58.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal75942340.680.6000.08232.8379.160.59
Hex4B5EEA443C08e94f3d
Octal1131363521047401035111775
Binary1001011101111011101010100010011110001000111010011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,94,234); }

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

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

 a { background-color: rgb(75,94,234); }

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

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

 span { border-color: rgb(75,94,234); }

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