#4164F5

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

Shades of Royal Blue #4164F5

Tints of Royal Blue #4164F5

Color information

#4164F5 (or 0x4164F5) is unknown color: approx Royal Blue. HEX triplet: 41, 64 and F5. RGB value is (65,100,245). Sum of RGB (Red+Green+Blue) = 65+100+245=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #4164F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4164F5 is #BE9B0A. Grayscale: #696969. Windows color (decimal): -12491531 or 16081985. OLE color: 16081985.

HSL color Cylindrical-coordinate representation of color #4164F5: hue angle of 228.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4164F5 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB65100245-
CMYK0.730.5900.04
HSL228.33º90%60.78%-
HSV(B)228.33º73.47%96.08%-
XYZ23.2216.8388.41-
YUV106.06206.498.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 245 (96.09% from 255) = 59.76%
R=15.85%
G=24.39%
B=59.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal651002450.730.5900.04228.339060.78
Hex4164F5493B04e45a3d
Octal101144365111730434413275
Binary100000111001001111010110010011110110100111001001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4164F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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