#4156EC

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

Shades of Royal Blue #4156EC

Tints of Royal Blue #4156EC

Color information

#4156EC (or 0x4156EC) is unknown color: approx Royal Blue. HEX triplet: 41, 56 and EC. RGB value is (65,86,236). Sum of RGB (Red+Green+Blue) = 65+86+236=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #4156EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4156EC is #BEA913. Grayscale: #606060. Windows color (decimal): -12495124 or 15488577. OLE color: 15488577.

HSL color Cylindrical-coordinate representation of color #4156EC: hue angle of 232.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4156EC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6586236-
CMYK0.720.6400.07
HSL232.63º81.82%59.02%-
HSV(B)232.63º72.46%92.55%-
XYZ20.6513.8480.94-
YUV96.82206.54105.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 236 (92.58% from 255) = 60.98%
R=16.80%
G=22.22%
B=60.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65862360.720.6400.07232.6381.8259.02
Hex4156EC484007e9523b
Octal1011263541101000735112273
Binary1000001101011011101100100100010000000111111010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4156EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4156EC; }

 p { color: rgb(65,86,236); }

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

<style>
 a { background-color: #4156EC; }

 a { background-color: rgb(65,86,236); }

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

<style>
 span { border-color: #4156EC; }

 span { border-color: rgb(65,86,236); }

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