#4856e4

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

Shades of Royal Blue #4856E4

Tints of Royal Blue #4856E4

Color information

#4856E4 (or 0x4856E4) is unknown color: approx Royal Blue. HEX triplet: 48, 56 and E4. RGB value is (72,86,228). Sum of RGB (Red+Green+Blue) = 72+86+228=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #4856E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4856E4 is #B7A91B. Grayscale: #616161. Windows color (decimal): -12036380 or 14964296. OLE color: 14964296.

HSL color Cylindrical-coordinate representation of color #4856E4: hue angle of 234.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4856E4 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7286228-
CMYK0.680.6200.11
HSL234.62º74.29%58.82%-
HSV(B)234.62º68.42%89.41%-
XYZ2013.6374.98-
YUV98201.36109.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 228 (89.45% from 255) = 59.07%
R=18.65%
G=22.28%
B=59.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal72862280.680.6200.11234.6274.2958.82
Hex4856E4443E0Beb4a3b
Octal1101263441047601335311273
Binary1001000101011011100100100010011111001011111010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4856e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4856e4; }

 p { color: rgb(72,86,228); }

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

<style>
 a { background-color: #4856e4; }

 a { background-color: rgb(72,86,228); }

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

<style>
 span { border-color: #4856e4; }

 span { border-color: rgb(72,86,228); }

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