#4E6FCA

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

Shades of Royal Blue #4E6FCA

Tints of Royal Blue #4E6FCA

Color information

#4E6FCA (or 0x4E6FCA) is unknown color: approx Royal Blue. HEX triplet: 4E, 6F and CA. RGB value is (78,111,202). Sum of RGB (Red+Green+Blue) = 78+111+202=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E6FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FCA is #B19035. Grayscale: #6F6F6F. Windows color (decimal): -11636790 or 13266766. OLE color: 13266766.

HSL color Cylindrical-coordinate representation of color #4E6FCA: hue angle of 224.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E6FCA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB78111202-
CMYK0.610.4500.21
HSL224.03º53.91%54.9%-
HSV(B)224.03º61.39%79.22%-
XYZ19.4917.2558.18-
YUV111.51179.07104.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.95%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=19.95%
G=28.39%
B=51.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781112020.610.4500.21224.0353.9154.9
Hex4E6FCA3D2D015e03637
Octal11615731275550253406667
Binary100111011011111100101011110110110101010111100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,111,202); }

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

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

 a { background-color: rgb(78,111,202); }

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

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

 span { border-color: rgb(78,111,202); }

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