#4E75EF

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

Shades of Royal Blue #4E75EF

Tints of Royal Blue #4E75EF

Color information

#4E75EF (or 0x4E75EF) is unknown color: approx Royal Blue. HEX triplet: 4E, 75 and EF. RGB value is (78,117,239). Sum of RGB (Red+Green+Blue) = 78+117+239=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E75EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E75EF is #B18A10. Grayscale: #767676. Windows color (decimal): -11635217 or 15693134. OLE color: 15693134.

HSL color Cylindrical-coordinate representation of color #4E75EF: hue angle of 225.47º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E75EF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB78117239-
CMYK0.670.5100.06
HSL225.47º83.42%62.16%-
HSV(B)225.47º67.36%93.73%-
XYZ25.0820.5784.31-
YUV119.25195.5898.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.97%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 239 (93.75% from 255) = 55.07%
R=17.97%
G=26.96%
B=55.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal781172390.670.5100.06225.4783.4262.16
Hex4E75EF433306e1533e
Octal116165357103630634112376
Binary100111011101011110111110000111100110110111000011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E75EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,239); }

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

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

 a { background-color: rgb(78,117,239); }

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

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

 span { border-color: rgb(78,117,239); }

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