#4164EF

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

Shades of Royal Blue #4164EF

Tints of Royal Blue #4164EF

Color information

#4164EF (or 0x4164EF) is unknown color: approx Royal Blue. HEX triplet: 41, 64 and EF. RGB value is (65,100,239). Sum of RGB (Red+Green+Blue) = 65+100+239=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #4164EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4164EF is #BE9B10. Grayscale: #686868. Windows color (decimal): -12491537 or 15688769. OLE color: 15688769.

HSL color Cylindrical-coordinate representation of color #4164EF: hue angle of 227.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4164EF is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB65100239-
CMYK0.730.5800.06
HSL227.93º84.47%59.61%-
HSV(B)227.93º72.8%93.73%-
XYZ22.3216.4783.66-
YUV105.38203.499.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.09%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 239 (93.75% from 255) = 59.16%
R=16.09%
G=24.75%
B=59.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal651002390.730.5800.06227.9384.4759.61
Hex4164EF493A06e4543c
Octal101144357111720634412474
Binary100000111001001110111110010011110100110111001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4164EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4164EF; }

 p { color: rgb(65,100,239); }

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

<style>
 a { background-color: #4164EF; }

 a { background-color: rgb(65,100,239); }

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

<style>
 span { border-color: #4164EF; }

 span { border-color: rgb(65,100,239); }

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