#4161F0

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

Shades of Royal Blue #4161F0

Tints of Royal Blue #4161F0

Color information

#4161F0 (or 0x4161F0) is unknown color: approx Royal Blue. HEX triplet: 41, 61 and F0. RGB value is (65,97,240). Sum of RGB (Red+Green+Blue) = 65+97+240=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #4161F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4161F0 is #BE9E0F. Grayscale: #676767. Windows color (decimal): -12492304 or 15753537. OLE color: 15753537.

HSL color Cylindrical-coordinate representation of color #4161F0: hue angle of 229.03º degrees, saturation: 0.85, 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 #4161F0 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6597240-
CMYK0.730.6000.06
HSL229.03º85.37%59.8%-
HSV(B)229.03º72.92%94.12%-
XYZ22.1815.9684.35-
YUV103.73204.9100.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 240 (94.14% from 255) = 59.70%
R=16.17%
G=24.13%
B=59.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal65972400.730.6000.06229.0385.3759.8
Hex4161F0493C06e5553c
Octal101141360111740634512574
Binary100000111000011111000010010011111000110111001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4161F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4161F0; }

 p { color: rgb(65,97,240); }

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

<style>
 a { background-color: #4161F0; }

 a { background-color: rgb(65,97,240); }

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

<style>
 span { border-color: #4161F0; }

 span { border-color: rgb(65,97,240); }

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