#4163D5

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

Shades of Royal Blue #4163D5

Tints of Royal Blue #4163D5

Color information

#4163D5 (or 0x4163D5) is unknown color: approx Royal Blue. HEX triplet: 41, 63 and D5. RGB value is (65,99,213). Sum of RGB (Red+Green+Blue) = 65+99+213=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #4163D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4163D5 is #BE9C2A. Grayscale: #656565. Windows color (decimal): -12491819 or 13984577. OLE color: 13984577.

HSL color Cylindrical-coordinate representation of color #4163D5: hue angle of 226.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4163D5 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6599213-
CMYK0.690.5400.16
HSL226.22º63.79%54.51%-
HSV(B)226.22º69.48%83.53%-
XYZ18.6514.8564.83-
YUV101.83190.74101.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=17.24%
G=26.26%
B=56.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65992130.690.5400.16226.2263.7954.51
Hex4163D54536010e24037
Octal1011433251056602034210067
Binary10000011100011110101011000101110110010000111000101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4163D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4163D5; }

 p { color: rgb(65,99,213); }

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

<style>
 a { background-color: #4163D5; }

 a { background-color: rgb(65,99,213); }

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

<style>
 span { border-color: #4163D5; }

 span { border-color: rgb(65,99,213); }

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