#4164CF

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

Shades of Royal Blue #4164CF

Tints of Royal Blue #4164CF

Color information

#4164CF (or 0x4164CF) is unknown color: approx Royal Blue. HEX triplet: 41, 64 and CF. RGB value is (65,100,207). Sum of RGB (Red+Green+Blue) = 65+100+207=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #4164CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164CF is #BE9B30. Grayscale: #656565. Windows color (decimal): -12491569 or 13591617. OLE color: 13591617.

HSL color Cylindrical-coordinate representation of color #4164CF: hue angle of 225.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4164CF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65100207-
CMYK0.690.5200.19
HSL225.21º59.66%53.33%-
HSV(B)225.21º68.6%81.18%-
XYZ1814.7460.93-
YUV101.73187.4101.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.47%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=17.47%
G=26.88%
B=55.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651002070.690.5200.19225.2159.6653.33
Hex4164CF4534013e13c35
Octal101144317105640233417465
Binary1000001110010011001111100010111010001001111100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4164CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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