#4E7BE1

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

Shades of Royal Blue #4E7BE1

Tints of Royal Blue #4E7BE1

Color information

#4E7BE1 (or 0x4E7BE1) is unknown color: approx Royal Blue. HEX triplet: 4E, 7B and E1. RGB value is (78,123,225). Sum of RGB (Red+Green+Blue) = 78+123+225=426 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.31% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #4E7BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BE1 is #B1841E. Grayscale: #787878. Windows color (decimal): -11633695 or 14777166. OLE color: 14777166.

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

Color convert

RGB78123225-
CMYK0.650.4500.12
HSL221.63º71.01%59.41%-
HSV(B)221.63º65.33%88.24%-
XYZ23.8221.2274.08-
YUV121.17186.5997.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.31%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 225 (88.28% from 255) = 52.82%
R=18.31%
G=28.87%
B=52.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781232250.650.4500.12221.6371.0159.41
Hex4E7BE1412D0Cde473b
Octal1161733411015501433610773
Binary1001110111101111100001100000110110101100110111101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,123,225); }

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

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

 a { background-color: rgb(78,123,225); }

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

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

 span { border-color: rgb(78,123,225); }

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